Class PaymentGatewayApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.PaymentGatewayApi
-
public class PaymentGatewayApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description PaymentGatewayApi()PaymentGatewayApi(KillBillHttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostedPaymentPageFormDescriptorbuildComboFormDescriptor(ComboHostedPaymentPage body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)HostedPaymentPageFormDescriptorbuildFormDescriptor(UUID accountId, HostedPaymentPageFields body, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidprocessNotification(String pluginName, String body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)
-
-
-
Constructor Detail
-
PaymentGatewayApi
public PaymentGatewayApi()
-
PaymentGatewayApi
public PaymentGatewayApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
buildComboFormDescriptor
public HostedPaymentPageFormDescriptor buildComboFormDescriptor(ComboHostedPaymentPage body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
buildFormDescriptor
public HostedPaymentPageFormDescriptor buildFormDescriptor(UUID accountId, HostedPaymentPageFields body, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
processNotification
public void processNotification(String pluginName, String body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-