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