public class Payment extends Object
Constructor and Description |
---|
Payment()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ScaledDecimal |
getPaymentAmount() |
String |
getPaymentCurrency() |
LocalDate |
getPaymentDate() |
Side |
getPaymentPaySide() |
Side |
getPaymentReceiveSide() |
PaymentType |
getPaymentType() |
void |
setPaymentAmount(ScaledDecimal value) |
void |
setPaymentCurrency(String value) |
void |
setPaymentDate(LocalDate value) |
void |
setPaymentPaySide(Side value) |
void |
setPaymentReceiveSide(Side value) |
void |
setPaymentType(PaymentType value) |
public PaymentType getPaymentType()
public void setPaymentType(PaymentType value)
value
- type of payment.public Side getPaymentPaySide()
public void setPaymentPaySide(Side value)
value
- side value of party paying the payment.public Side getPaymentReceiveSide()
public void setPaymentReceiveSide(Side value)
value
- side value of party receiving the payment.public String getPaymentCurrency()
public void setPaymentCurrency(String value)
value
- the currency in which PaymentAmount(tbd) and/or PaymentRate(tbd) is denominated.
Uses ISO 4271 currency codes.public ScaledDecimal getPaymentAmount()
public void setPaymentAmount(ScaledDecimal value)
value
- the total payment amount.public LocalDate getPaymentDate()
public void setPaymentDate(LocalDate value)
value
- payment date.Copyright © 2014–2025 Onix Solutions. All rights reserved.