Class PaymentApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.PaymentApi
-
public class PaymentApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description PaymentApi()PaymentApi(KillBillHttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancelScheduledPaymentTransactionByExternalKey(String transactionExternalKey, RequestOptions inputOptions)voidcancelScheduledPaymentTransactionById(UUID paymentTransactionId, RequestOptions inputOptions)PaymentcaptureAuthorization(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentcaptureAuthorizationByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentchargebackPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentchargebackPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentchargebackReversalPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentchargebackReversalPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidcompleteTransaction(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidcompleteTransactionByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentcreateComboPayment(ComboPaymentTransaction body, List<String> controlPluginName, RequestOptions inputOptions)CustomFieldscreatePaymentCustomFields(UUID paymentId, CustomFields body, RequestOptions inputOptions)TagscreatePaymentTags(UUID paymentId, List<UUID> body, RequestOptions inputOptions)voiddeletePaymentCustomFields(UUID paymentId, List<UUID> customField, RequestOptions inputOptions)voiddeletePaymentTags(UUID paymentId, List<UUID> tagDef, RequestOptions inputOptions)PaymentgetPayment(UUID paymentId, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentgetPayment(UUID paymentId, Map<String,String> pluginProperty, RequestOptions inputOptions)AuditLogsgetPaymentAttemptAuditLogsWithHistory(UUID paymentAttemptId, RequestOptions inputOptions)AuditLogsgetPaymentAuditLogsWithHistory(UUID paymentId, RequestOptions inputOptions)PaymentgetPaymentByExternalKey(String externalKey, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentgetPaymentByExternalKey(String externalKey, Map<String,String> pluginProperty, RequestOptions inputOptions)CustomFieldsgetPaymentCustomFields(UUID paymentId, RequestOptions inputOptions)CustomFieldsgetPaymentCustomFields(UUID paymentId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentsgetPayments(Long offset, Long limit, String pluginName, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentsgetPayments(String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)TagsgetPaymentTags(UUID paymentId, Boolean includedDeleted, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)TagsgetPaymentTags(UUID paymentId, RequestOptions inputOptions)voidmodifyPaymentCustomFields(UUID paymentId, CustomFields body, RequestOptions inputOptions)PaymentrefundPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentrefundPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentssearchPayments(String searchKey, Long offset, Long limit, Boolean withPluginInfo, Boolean withAttempts, String pluginName, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentssearchPayments(String searchKey, String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidvoidPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidvoidPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)
-
-
-
Constructor Detail
-
PaymentApi
public PaymentApi()
-
PaymentApi
public PaymentApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
cancelScheduledPaymentTransactionByExternalKey
public void cancelScheduledPaymentTransactionByExternalKey(String transactionExternalKey, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
cancelScheduledPaymentTransactionById
public void cancelScheduledPaymentTransactionById(UUID paymentTransactionId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
captureAuthorization
public Payment captureAuthorization(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
captureAuthorizationByExternalKey
public Payment captureAuthorizationByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
chargebackPayment
public Payment chargebackPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
chargebackPaymentByExternalKey
public Payment chargebackPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
chargebackReversalPayment
public Payment chargebackReversalPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
chargebackReversalPaymentByExternalKey
public Payment chargebackReversalPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
completeTransaction
public void completeTransaction(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
completeTransactionByExternalKey
public void completeTransactionByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createComboPayment
public Payment createComboPayment(ComboPaymentTransaction body, List<String> controlPluginName, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createPaymentCustomFields
public CustomFields createPaymentCustomFields(UUID paymentId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createPaymentTags
public Tags createPaymentTags(UUID paymentId, List<UUID> body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deletePaymentCustomFields
public void deletePaymentCustomFields(UUID paymentId, List<UUID> customField, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deletePaymentTags
public void deletePaymentTags(UUID paymentId, List<UUID> tagDef, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPayment
public Payment getPayment(UUID paymentId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPayment
public Payment getPayment(UUID paymentId, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentAttemptAuditLogsWithHistory
public AuditLogs getPaymentAttemptAuditLogsWithHistory(UUID paymentAttemptId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentAuditLogsWithHistory
public AuditLogs getPaymentAuditLogsWithHistory(UUID paymentId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentByExternalKey
public Payment getPaymentByExternalKey(String externalKey, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentByExternalKey
public Payment getPaymentByExternalKey(String externalKey, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentCustomFields
public CustomFields getPaymentCustomFields(UUID paymentId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentCustomFields
public CustomFields getPaymentCustomFields(UUID paymentId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentTags
public Tags getPaymentTags(UUID paymentId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentTags
public Tags getPaymentTags(UUID paymentId, Boolean includedDeleted, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPayments
public Payments getPayments(String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPayments
public Payments getPayments(Long offset, Long limit, String pluginName, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
modifyPaymentCustomFields
public void modifyPaymentCustomFields(UUID paymentId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
refundPayment
public Payment refundPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
refundPaymentByExternalKey
public Payment refundPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchPayments
public Payments searchPayments(String searchKey, String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchPayments
public Payments searchPayments(String searchKey, Long offset, Long limit, Boolean withPluginInfo, Boolean withAttempts, String pluginName, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
voidPayment
public void voidPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
voidPaymentByExternalKey
public void voidPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-