public interface PaymentControlContext
extends org.killbill.billing.util.callcontext.CallContext
| Modifier and Type | Method and Description |
|---|---|
UUID |
getAccountId() |
BigDecimal |
getAmount() |
UUID |
getAttemptPaymentId() |
org.killbill.billing.catalog.api.Currency |
getCurrency() |
String |
getPaymentExternalKey() |
UUID |
getPaymentId() |
UUID |
getPaymentMethodId() |
Iterable<org.killbill.billing.payment.api.PluginProperty> |
getPluginProperties() |
BigDecimal |
getProcessedAmount() |
org.killbill.billing.catalog.api.Currency |
getProcessedCurrency() |
String |
getTransactionExternalKey() |
UUID |
getTransactionId() |
org.killbill.billing.payment.api.TransactionType |
getTransactionType() |
boolean |
isApiPayment() |
UUID getAccountId()
UUID getPaymentId()
UUID getAttemptPaymentId()
String getPaymentExternalKey()
UUID getTransactionId()
String getTransactionExternalKey()
org.killbill.billing.payment.api.TransactionType getTransactionType()
BigDecimal getAmount()
org.killbill.billing.catalog.api.Currency getCurrency()
UUID getPaymentMethodId()
BigDecimal getProcessedAmount()
org.killbill.billing.catalog.api.Currency getProcessedCurrency()
boolean isApiPayment()
Iterable<org.killbill.billing.payment.api.PluginProperty> getPluginProperties()
Copyright © 2010-2014. All Rights Reserved.