public interface PaymentContext
| Modifier and Type | Method and Description |
|---|---|
Money |
getOriginalPaymentAmount()
Deprecated.
|
PaymentInfo |
getPaymentInfo() |
Referenced |
getReferencedPaymentInfo() |
Money |
getRemainingPaymentAmount()
Deprecated.
|
Money |
getRemainingTransactionAmount()
Returns the remaining transaction amount that needs to be processed.
|
Money |
getTransactionAmount()
The amount that the system should attempt to process.
|
String |
getTransactionId() |
String |
getUserName() |
void |
setRemainingTransactionAmount(Money amount)
Sets the remaining transaction amount.
|
void |
setTransactionAmount(Money amount)
Sets the transaction amount
|
void |
setTransactionId(String transactionId) |
Money getOriginalPaymentAmount()
getTransactionAmount()Money getRemainingPaymentAmount()
getRemainingTransactionAmount()Money getTransactionAmount()
void setTransactionAmount(Money amount)
amount - Money getRemainingTransactionAmount()
void setRemainingTransactionAmount(Money amount)
amount - PaymentInfo getPaymentInfo()
Referenced getReferencedPaymentInfo()
String getTransactionId()
void setTransactionId(String transactionId)
String getUserName()
Copyright © 2014. All Rights Reserved.