Class InvoicePaymentApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.InvoicePaymentApi
-
public class InvoicePaymentApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description InvoicePaymentApi()InvoicePaymentApi(KillBillHttpClient httpClient)
-
Method Summary
-
-
-
Constructor Detail
-
InvoicePaymentApi
public InvoicePaymentApi()
-
InvoicePaymentApi
public InvoicePaymentApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
completeInvoicePaymentTransaction
public void completeInvoicePaymentTransaction(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createChargeback
public InvoicePayment createChargeback(UUID paymentId, InvoicePaymentTransaction body, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createChargebackReversal
public InvoicePayment createChargebackReversal(UUID paymentId, InvoicePaymentTransaction body, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createInvoicePaymentCustomFields
public CustomFields createInvoicePaymentCustomFields(UUID paymentId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createInvoicePaymentTags
public Tags createInvoicePaymentTags(UUID paymentId, List<UUID> body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createRefundWithAdjustments
public InvoicePayment createRefundWithAdjustments(UUID paymentId, InvoicePaymentTransaction body, UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createRefundWithAdjustments
public InvoicePayment createRefundWithAdjustments(UUID paymentId, InvoicePaymentTransaction body, Boolean externalPayment, UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deleteInvoicePaymentCustomFields
public void deleteInvoicePaymentCustomFields(UUID paymentId, List<UUID> customField, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deleteInvoicePaymentTags
public void deleteInvoicePaymentTags(UUID paymentId, List<UUID> tagDef, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePayment
public InvoicePayment getInvoicePayment(UUID paymentId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePayment
public InvoicePayment getInvoicePayment(UUID paymentId, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePaymentAuditLogsWithHistory
public AuditLogs getInvoicePaymentAuditLogsWithHistory(UUID invoicePaymentId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePaymentCustomFields
public CustomFields getInvoicePaymentCustomFields(UUID paymentId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePaymentCustomFields
public CustomFields getInvoicePaymentCustomFields(UUID paymentId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePaymentTags
public Tags getInvoicePaymentTags(UUID paymentId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePaymentTags
public Tags getInvoicePaymentTags(UUID paymentId, Boolean includedDeleted, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
modifyInvoicePaymentCustomFields
public void modifyInvoicePaymentCustomFields(UUID paymentId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-