public class ExternalPaymentPreviewVO extends BasePaymentPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferFeePreviewVO,ExternalPaymentPreviewVO> |
FEES |
static BasicProperty<CurrencyAmountDTO,ExternalPaymentPreviewVO> |
MAIN_AMOUNT |
static BasicProperty<PerformExternalPaymentDTO,ExternalPaymentPreviewVO> |
PAYMENT |
CONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, TOTAL_AMOUNT| Constructor and Description |
|---|
ExternalPaymentPreviewVO() |
ExternalPaymentPreviewVO(Property<T,? super ExternalPaymentPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TransferFeePreviewVO> |
getFees() |
CurrencyAmountDTO |
getMainAmount() |
PerformExternalPaymentDTO |
getPayment() |
void |
setFees(java.util.List<TransferFeePreviewVO> fees) |
void |
setMainAmount(CurrencyAmountDTO mainAmount) |
void |
setPayment(PerformExternalPaymentDTO payment) |
getConfirmationMessage, 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 ListProperty<TransferFeePreviewVO,ExternalPaymentPreviewVO> FEES
public static final BasicProperty<CurrencyAmountDTO,ExternalPaymentPreviewVO> MAIN_AMOUNT
public static final BasicProperty<PerformExternalPaymentDTO,ExternalPaymentPreviewVO> PAYMENT
public ExternalPaymentPreviewVO()
public ExternalPaymentPreviewVO(Property<T,? super ExternalPaymentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentPreviewVOpublic java.util.List<TransferFeePreviewVO> getFees()
public void setFees(java.util.List<TransferFeePreviewVO> fees)
public CurrencyAmountDTO getMainAmount()
public void setMainAmount(CurrencyAmountDTO mainAmount)
public PerformExternalPaymentDTO getPayment()
public void setPayment(PerformExternalPaymentDTO payment)