Uses of Interface
org.killbill.billing.payment.plugin.api.HostedPaymentPageFormDescriptor
-
Packages that use HostedPaymentPageFormDescriptor Package Description org.killbill.billing.payment.api -
-
Uses of HostedPaymentPageFormDescriptor in org.killbill.billing.payment.api
Methods in org.killbill.billing.payment.api that return HostedPaymentPageFormDescriptor Modifier and Type Method Description HostedPaymentPageFormDescriptorPaymentGatewayApi. buildFormDescriptor(Account account, UUID paymentMethodId, Iterable<PluginProperty> customFields, Iterable<PluginProperty> properties, CallContext context)Build metadata for the client to create a redirect formHostedPaymentPageFormDescriptorPaymentGatewayApi. buildFormDescriptorWithPaymentControl(Account account, UUID paymentMethodId, Iterable<PluginProperty> customFields, Iterable<PluginProperty> properties, PaymentOptions paymentOptions, CallContext context)Build metadata for the client to create a redirect form
-