| Package | Description |
|---|---|
| org.killbill.billing.invoice.api | |
| org.killbill.billing.payment.api |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InvoicePayment> |
Invoice.getPayments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Invoice.addPayment(InvoicePayment payment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Invoice.addPayments(java.util.Collection<InvoicePayment> payments) |
| Modifier and Type | Method and Description |
|---|---|
InvoicePayment |
InvoicePaymentApi.createChargebackForInvoicePayment(Account account,
java.util.UUID paymentId,
java.math.BigDecimal amount,
Currency currency,
org.joda.time.DateTime effectiveDate,
java.lang.String paymentTransactionExternalKey,
java.lang.Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Record a chargeback and allow to go through registered routing plugins
|
InvoicePayment |
InvoicePaymentApi.createChargebackReversalForInvoicePayment(Account account,
java.util.UUID paymentId,
org.joda.time.DateTime effectiveDate,
java.lang.String paymentTransactionExternalKey,
java.lang.Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Reverse a chargeback and allow to go through registered routing plugins
|
InvoicePayment |
InvoicePaymentApi.createCreditForInvoicePayment(boolean isAdjusted,
java.util.Map<java.util.UUID,java.math.BigDecimal> adjustments,
Account account,
java.util.UUID originalPaymentId,
java.util.UUID paymentMethodId,
java.util.UUID paymentId,
java.math.BigDecimal amount,
Currency currency,
org.joda.time.DateTime effectiveDate,
java.lang.String paymentExternalKey,
java.lang.String paymentTransactionExternalKey,
java.lang.Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Credit a payment method for a given invoice and allow to go through registered routing plugins
This is also known as payment in reverse.
|
InvoicePayment |
InvoicePaymentApi.createPurchaseForInvoicePayment(Account account,
java.util.UUID invoiceId,
java.util.UUID paymentMethodId,
java.util.UUID paymentId,
java.math.BigDecimal amount,
Currency currency,
org.joda.time.DateTime effectiveDate,
java.lang.String paymentExternalKey,
java.lang.String paymentTransactionExternalKey,
java.lang.Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Combine an authorize and capture payment for a given invoice and allow to go through registered routing plugins
|
InvoicePayment |
InvoicePaymentApi.createRefundForInvoicePayment(boolean isAdjusted,
java.util.Map<java.util.UUID,java.math.BigDecimal> adjustments,
Account account,
java.util.UUID paymentId,
java.math.BigDecimal amount,
Currency currency,
org.joda.time.DateTime effectiveDate,
java.lang.String paymentTransactionExternalKey,
java.lang.Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Refund a previously captured payment and allow to go through registered routing plugins
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InvoicePayment> |
InvoicePaymentApi.getInvoicePayments(java.util.UUID paymentId,
TenantContext context) |
java.util.List<InvoicePayment> |
InvoicePaymentApi.getInvoicePaymentsByAccount(java.util.UUID accountId,
TenantContext context) |
Copyright © 2010-2018. All Rights Reserved.