public class RecurringPaymentPreviewVO extends BaseInternalPaymentPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferFeePreviewVO,RecurringPaymentPreviewVO> |
FEES |
static BasicProperty<CurrencyAmountDTO,RecurringPaymentPreviewVO> |
MAIN_AMOUNT |
static BasicProperty<PerformRecurringPaymentDTO,RecurringPaymentPreviewVO> |
RECURRING_PAYMENT |
PENDING_AUTHORIZATION, TO_ACCOUNTCONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, TOTAL_AMOUNT| Constructor and Description |
|---|
RecurringPaymentPreviewVO() |
RecurringPaymentPreviewVO(Property<T,? super RecurringPaymentPreviewVO> 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() |
PerformRecurringPaymentDTO |
getRecurringPayment() |
void |
setFees(java.util.List<TransferFeePreviewVO> fees) |
void |
setMainAmount(CurrencyAmountDTO mainAmount) |
void |
setRecurringPayment(PerformRecurringPaymentDTO recurringPayment) |
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 ListProperty<TransferFeePreviewVO,RecurringPaymentPreviewVO> FEES
public static final BasicProperty<CurrencyAmountDTO,RecurringPaymentPreviewVO> MAIN_AMOUNT
public static final BasicProperty<PerformRecurringPaymentDTO,RecurringPaymentPreviewVO> RECURRING_PAYMENT
public RecurringPaymentPreviewVO()
public RecurringPaymentPreviewVO(Property<T,? super RecurringPaymentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseInternalPaymentPreviewVOpublic java.util.List<TransferFeePreviewVO> getFees()
public void setFees(java.util.List<TransferFeePreviewVO> fees)
public CurrencyAmountDTO getMainAmount()
public void setMainAmount(CurrencyAmountDTO mainAmount)
public PerformRecurringPaymentDTO getRecurringPayment()
public void setRecurringPayment(PerformRecurringPaymentDTO recurringPayment)