public class PaymentReceipt
extends java.lang.Object
| Constructor and Description |
|---|
PaymentReceipt(PaymentMethodType paymentMethodCode,
java.math.BigDecimal paymentAmount) |
PaymentReceipt(PaymentMethodType paymentMethodCode,
java.math.BigDecimal paymentAmount,
Currency settlementCurrency) |
PaymentReceipt(PaymentMethodType paymentMethodCode,
double paymentAmount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
java.math.BigDecimal |
getPaymentAmount() |
PaymentAuthorisation |
getPaymentAuthorisation() |
PaymentMethodType |
getPaymentMethodType() |
Currency |
getSettlementCurrency() |
boolean |
hasPaymentAuthorisation() |
void |
setId(int id) |
void |
setPaymentAmount(java.math.BigDecimal paymentAmount) |
void |
setPaymentAuthorisation(PaymentAuthorisation paymentAuthorisation) |
void |
setPaymentMethodType(PaymentMethodType paymentMethodType) |
void |
setSettlementCurrency(Currency settlementCurrency) |
public PaymentReceipt(PaymentMethodType paymentMethodCode, double paymentAmount)
public PaymentReceipt(PaymentMethodType paymentMethodCode, java.math.BigDecimal paymentAmount)
public PaymentReceipt(PaymentMethodType paymentMethodCode, java.math.BigDecimal paymentAmount, Currency settlementCurrency)
public void setId(int id)
public int getId()
public PaymentMethodType getPaymentMethodType()
public void setPaymentMethodType(PaymentMethodType paymentMethodType)
public java.math.BigDecimal getPaymentAmount()
public void setPaymentAmount(java.math.BigDecimal paymentAmount)
public Currency getSettlementCurrency()
public void setSettlementCurrency(Currency settlementCurrency)
public boolean hasPaymentAuthorisation()
public PaymentAuthorisation getPaymentAuthorisation()
public void setPaymentAuthorisation(PaymentAuthorisation paymentAuthorisation)