public class PaymentPreviewVO extends BaseInternalPaymentPreviewVO implements HasRates
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,PaymentPreviewVO> |
A_RATE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.math.BigDecimal,PaymentPreviewVO> |
D_RATE |
static ListProperty<TransferFeePreviewVO,PaymentPreviewVO> |
FEES |
static BasicProperty<CurrencyAmountDTO,PaymentPreviewVO> |
MAIN_AMOUNT |
static BasicProperty<PerformPaymentDTO,PaymentPreviewVO> |
PAYMENT |
static BasicProperty<java.math.BigDecimal,PaymentPreviewVO> |
PREVIOUS_D_RATE |
static BasicProperty<java.math.BigDecimal,PaymentPreviewVO> |
TRANSFER_D_RATE |
PENDING_AUTHORIZATION, TO_ACCOUNTCONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, TOTAL_AMOUNT| Constructor and Description |
|---|
PaymentPreviewVO() |
PaymentPreviewVO(Property<T,? super PaymentPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getARate() |
java.math.BigDecimal |
getDRate() |
java.util.List<TransferFeePreviewVO> |
getFees() |
CurrencyAmountDTO |
getMainAmount() |
PerformPaymentDTO |
getPayment() |
java.math.BigDecimal |
getPreviousDRate() |
java.math.BigDecimal |
getTransferDRate() |
void |
setARate(java.math.BigDecimal ARate) |
void |
setDRate(java.math.BigDecimal DRate) |
void |
setFees(java.util.List<TransferFeePreviewVO> fees) |
void |
setMainAmount(CurrencyAmountDTO mainAmount) |
void |
setPayment(PerformPaymentDTO payment) |
void |
setPreviousDRate(java.math.BigDecimal previousDRate) |
void |
setTransferDRate(java.math.BigDecimal transferDRate) |
getToAccount, isPendingAuthorization, setPendingAuthorization, setToAccountgetConfirmationMessage, getConfirmationPasswordInput, getFromAccount, getTotalAmount, setConfirmationMessage, setConfirmationPasswordInput, setFromAccount, setTotalAmountaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.math.BigDecimal,PaymentPreviewVO> A_RATE
public static final BasicProperty<java.math.BigDecimal,PaymentPreviewVO> D_RATE
public static final ListProperty<TransferFeePreviewVO,PaymentPreviewVO> FEES
public static final BasicProperty<CurrencyAmountDTO,PaymentPreviewVO> MAIN_AMOUNT
public static final BasicProperty<PerformPaymentDTO,PaymentPreviewVO> PAYMENT
public static final BasicProperty<java.math.BigDecimal,PaymentPreviewVO> PREVIOUS_D_RATE
public static final BasicProperty<java.math.BigDecimal,PaymentPreviewVO> TRANSFER_D_RATE
public PaymentPreviewVO()
public PaymentPreviewVO(Property<T,? super PaymentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseInternalPaymentPreviewVOpublic void setARate(java.math.BigDecimal ARate)
public void setDRate(java.math.BigDecimal DRate)
public java.util.List<TransferFeePreviewVO> getFees()
public void setFees(java.util.List<TransferFeePreviewVO> fees)
public CurrencyAmountDTO getMainAmount()
public void setMainAmount(CurrencyAmountDTO mainAmount)
public PerformPaymentDTO getPayment()
public void setPayment(PerformPaymentDTO payment)
public java.math.BigDecimal getPreviousDRate()
public void setPreviousDRate(java.math.BigDecimal previousDRate)
public java.math.BigDecimal getTransferDRate()
public void setTransferDRate(java.math.BigDecimal transferDRate)