public class ScheduledPaymentData extends BasePaymentData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ScheduledPaymentData> |
CAN_BLOCK |
static BasicProperty<java.lang.Boolean,ScheduledPaymentData> |
CAN_CANCEL |
static ListProperty<java.lang.Boolean,ScheduledPaymentData> |
CAN_PROCESS_INSTALLMENT |
static BasicProperty<java.lang.Boolean,ScheduledPaymentData> |
CAN_SETTLE |
static ListProperty<java.lang.Boolean,ScheduledPaymentData> |
CAN_SETTLE_INSTALLMENT |
static BasicProperty<java.lang.Boolean,ScheduledPaymentData> |
CAN_UNBLOCK |
static java.lang.String |
CLASS_NAME |
AUTHORIZATION_LEVEL_DATA, AUTHORIZATIONS, AUTHORIZING_BROKERS, CAN_AUTHORIZE, CAN_CANCEL_AUTHORIZATION, CAN_CHARGEBACK, CAN_DENY, MANAGED_STATUS_FLOWS, RECEIVED_BY, STATUS_LOG, TRANSFERCONFIRMATION_PASSWORD_INPUT, TRANSACTION, USERS_WHICH_CAN_ADD_TO_CONTACTS| Constructor and Description |
|---|
ScheduledPaymentData() |
ScheduledPaymentData(Property<T,? super ScheduledPaymentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<java.lang.Boolean> |
getCanProcessInstallment() |
java.util.List<java.lang.Boolean> |
getCanSettleInstallment() |
boolean |
isCanBlock() |
boolean |
isCanCancel() |
boolean |
isCanSettle() |
boolean |
isCanUnblock() |
void |
setCanBlock(boolean canBlock) |
void |
setCanCancel(boolean canCancel) |
void |
setCanProcessInstallment(java.util.List<java.lang.Boolean> canProcessInstallment) |
void |
setCanSettle(boolean canSettle) |
void |
setCanSettleInstallment(java.util.List<java.lang.Boolean> canSettleInstallment) |
void |
setCanUnblock(boolean canUnblock) |
getAuthorizationLevelData, getAuthorizations, getAuthorizingBrokers, getManagedStatusFlows, getReceivedBy, getStatusLog, getTransfer, isCanAuthorize, isCanCancelAuthorization, isCanChargeback, isCanDeny, setAuthorizationLevelData, setAuthorizations, setAuthorizingBrokers, setCanAuthorize, setCanCancelAuthorization, setCanChargeback, setCanDeny, setManagedStatusFlows, setReceivedBy, setStatusLog, setTransfergetConfirmationPasswordInput, getTransaction, getUsersWhichCanAddToContacts, setConfirmationPasswordInput, setTransaction, setUsersWhichCanAddToContactsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfirmationPasswordInput, getTransaction, getUsersWhichCanAddToContacts, setConfirmationPasswordInput, setTransaction, setUsersWhichCanAddToContactspublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,ScheduledPaymentData> CAN_BLOCK
public static final BasicProperty<java.lang.Boolean,ScheduledPaymentData> CAN_CANCEL
public static final ListProperty<java.lang.Boolean,ScheduledPaymentData> CAN_PROCESS_INSTALLMENT
public static final BasicProperty<java.lang.Boolean,ScheduledPaymentData> CAN_SETTLE
public static final ListProperty<java.lang.Boolean,ScheduledPaymentData> CAN_SETTLE_INSTALLMENT
public static final BasicProperty<java.lang.Boolean,ScheduledPaymentData> CAN_UNBLOCK
public ScheduledPaymentData()
public ScheduledPaymentData(Property<T,? super ScheduledPaymentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentDatapublic boolean isCanBlock()
public void setCanBlock(boolean canBlock)
public boolean isCanCancel()
public void setCanCancel(boolean canCancel)
public java.util.List<java.lang.Boolean> getCanProcessInstallment()
public void setCanProcessInstallment(java.util.List<java.lang.Boolean> canProcessInstallment)
public boolean isCanSettle()
public void setCanSettle(boolean canSettle)
public java.util.List<java.lang.Boolean> getCanSettleInstallment()
public void setCanSettleInstallment(java.util.List<java.lang.Boolean> canSettleInstallment)
public boolean isCanUnblock()
public void setCanUnblock(boolean canUnblock)
public java.lang.String className()
className in class BasePaymentData