Class PaymentMethodApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.PaymentMethodApi
-
public class PaymentMethodApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodApi()PaymentMethodApi(KillBillHttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomFieldscreatePaymentMethodCustomFields(UUID paymentMethodId, CustomFields body, RequestOptions inputOptions)voiddeletePaymentMethod(UUID paymentMethodId, Boolean deleteDefaultPmWithAutoPayOff, Boolean forceDefaultPmDeletion, Map<String,String> pluginProperty, RequestOptions inputOptions)voiddeletePaymentMethod(UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions)voiddeletePaymentMethodCustomFields(UUID paymentMethodId, List<UUID> customField, RequestOptions inputOptions)PaymentMethodgetPaymentMethod(UUID paymentMethodId, Boolean includedDeleted, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodgetPaymentMethod(UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions)AuditLogsgetPaymentMethodAuditLogsWithHistory(UUID paymentMethodId, RequestOptions inputOptions)PaymentMethodgetPaymentMethodByKey(String externalKey, Boolean includedDeleted, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodgetPaymentMethodByKey(String externalKey, Map<String,String> pluginProperty, RequestOptions inputOptions)CustomFieldsgetPaymentMethodCustomFields(UUID paymentMethodId, RequestOptions inputOptions)CustomFieldsgetPaymentMethodCustomFields(UUID paymentMethodId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodsgetPaymentMethods(Long offset, Long limit, String pluginName, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodsgetPaymentMethods(String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidmodifyPaymentMethodCustomFields(UUID paymentMethodId, CustomFields body, RequestOptions inputOptions)PaymentMethodssearchPaymentMethods(String searchKey, Long offset, Long limit, String pluginName, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodssearchPaymentMethods(String searchKey, String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)
-
-
-
Constructor Detail
-
PaymentMethodApi
public PaymentMethodApi()
-
PaymentMethodApi
public PaymentMethodApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
createPaymentMethodCustomFields
public CustomFields createPaymentMethodCustomFields(UUID paymentMethodId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deletePaymentMethod
public void deletePaymentMethod(UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deletePaymentMethod
public void deletePaymentMethod(UUID paymentMethodId, Boolean deleteDefaultPmWithAutoPayOff, Boolean forceDefaultPmDeletion, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deletePaymentMethodCustomFields
public void deletePaymentMethodCustomFields(UUID paymentMethodId, List<UUID> customField, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethod
public PaymentMethod getPaymentMethod(UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethod
public PaymentMethod getPaymentMethod(UUID paymentMethodId, Boolean includedDeleted, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodAuditLogsWithHistory
public AuditLogs getPaymentMethodAuditLogsWithHistory(UUID paymentMethodId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodByKey
public PaymentMethod getPaymentMethodByKey(String externalKey, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodByKey
public PaymentMethod getPaymentMethodByKey(String externalKey, Boolean includedDeleted, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodCustomFields
public CustomFields getPaymentMethodCustomFields(UUID paymentMethodId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodCustomFields
public CustomFields getPaymentMethodCustomFields(UUID paymentMethodId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethods
public PaymentMethods getPaymentMethods(String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethods
public PaymentMethods getPaymentMethods(Long offset, Long limit, String pluginName, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
modifyPaymentMethodCustomFields
public void modifyPaymentMethodCustomFields(UUID paymentMethodId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchPaymentMethods
public PaymentMethods searchPaymentMethods(String searchKey, String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchPaymentMethods
public PaymentMethods searchPaymentMethods(String searchKey, Long offset, Long limit, String pluginName, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-