InvoicePaymentTransaction |
InvoicePaymentTransaction.addAdjustmentsItem(InvoiceItem adjustmentsItem) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.addPropertiesItem(PluginProperty propertiesItem) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setAdjustments(List<InvoiceItem> adjustments) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setAmount(BigDecimal amount) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setCurrency(org.killbill.billing.catalog.api.Currency currency) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setEffectiveDate(org.joda.time.DateTime effectiveDate) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setFirstPaymentReferenceId(String firstPaymentReferenceId) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setGatewayErrorCode(String gatewayErrorCode) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setGatewayErrorMsg(String gatewayErrorMsg) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setIsAdjusted(Boolean isAdjusted) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setPaymentExternalKey(String paymentExternalKey) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setPaymentId(UUID paymentId) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setProcessedAmount(BigDecimal processedAmount) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setProcessedCurrency(org.killbill.billing.catalog.api.Currency processedCurrency) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setProperties(List<PluginProperty> properties) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setSecondPaymentReferenceId(String secondPaymentReferenceId) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setStatus(org.killbill.billing.payment.api.TransactionStatus status) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setTransactionExternalKey(String transactionExternalKey) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setTransactionId(UUID transactionId) |
|
InvoicePaymentTransaction |
InvoicePaymentTransaction.setTransactionType(org.killbill.billing.payment.api.TransactionType transactionType) |
|