public class SendPaymentRequestDTO extends PerformInternalTransactionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,SendPaymentRequestDTO> |
EXPIRATION_DATE |
static BasicProperty<java.lang.Boolean,SendPaymentRequestDTO> |
FIRST_INSTALLMENT_IS_IMMEDIATE |
static BasicProperty<java.lang.Integer,SendPaymentRequestDTO> |
INSTALLMENTS_COUNT |
static BasicProperty<java.lang.Boolean,SendPaymentRequestDTO> |
SCHEDULED |
FROM_NAME, TO, TO_NAMEAMOUNT, CONFIRMATION_PASSWORD, CURRENCY, CUSTOM_VALUES, DESCRIPTION, FROM, NFC_CHALLENGE, TYPE| Constructor and Description |
|---|
SendPaymentRequestDTO() |
SendPaymentRequestDTO(Property<T,? super SendPaymentRequestDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getExpirationDate() |
java.lang.Integer |
getInstallmentsCount() |
boolean |
isFirstInstallmentIsImmediate() |
boolean |
isScheduled() |
void |
setExpirationDate(DateTime expirationDate) |
void |
setFirstInstallmentIsImmediate(boolean firstInstallmentIsImmediate) |
void |
setInstallmentsCount(java.lang.Integer installmentsCount) |
void |
setScheduled(boolean scheduled) |
getFromName, getTo, getToName, setFromName, setTo, setToNamegetAmount, getConfirmationPassword, getCurrency, getCustomValues, getDescription, getFrom, getNfcChallenge, getType, setAmount, setConfirmationPassword, setCurrency, setCustomValues, setDescription, setFrom, setNfcChallenge, setTypeaddPropertyChangeListener, 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<DateTime,SendPaymentRequestDTO> EXPIRATION_DATE
public static final BasicProperty<java.lang.Boolean,SendPaymentRequestDTO> FIRST_INSTALLMENT_IS_IMMEDIATE
public static final BasicProperty<java.lang.Integer,SendPaymentRequestDTO> INSTALLMENTS_COUNT
public static final BasicProperty<java.lang.Boolean,SendPaymentRequestDTO> SCHEDULED
public SendPaymentRequestDTO()
public SendPaymentRequestDTO(Property<T,? super SendPaymentRequestDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PerformInternalTransactionDTOpublic DateTime getExpirationDate()
public void setExpirationDate(DateTime expirationDate)
public boolean isFirstInstallmentIsImmediate()
public void setFirstInstallmentIsImmediate(boolean firstInstallmentIsImmediate)
public java.lang.Integer getInstallmentsCount()
public void setInstallmentsCount(java.lang.Integer installmentsCount)
public boolean isScheduled()
public void setScheduled(boolean scheduled)