@Entity public abstract class ManualTransferType extends TransferType
TransferType which is performed manually| Constructor and Description |
|---|
ManualTransferType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorizationLevel(AuthorizationLevel level) |
java.util.List<AuthorizationLevel> |
getAuthorizationLevels() |
java.lang.String |
getConfirmationMessage() |
java.lang.Integer |
getMaturityHistorySize() |
MaturityPolicy |
getMaturityPolicy() |
TimeInterval |
getMaxChargebackTime() |
boolean |
isEnabled() |
boolean |
isRequiresAuthorization() |
void |
setAuthorizationLevels(java.util.List<AuthorizationLevel> authorizationLevels) |
void |
setConfirmationMessage(java.lang.String confirmationMessage) |
void |
setEnabled(boolean enabled) |
void |
setMaturityHistorySize(java.lang.Integer maturityHistorySize) |
void |
setMaturityPolicy(MaturityPolicy maturityPolicy) |
void |
setMaxChargebackTime(TimeInterval maxChargebackTime) |
void |
setRequiresAuthorization(boolean requiresAuthorization) |
getCurrency, getCustomFields, getDataTranslationType, getDirection, getdRateCreationValue, getFrom, getInitialStatuses, getNature, getNetwork, getStatusFlows, getTo, getTransferFees, isFromSystem, isFromUser, isNotifyPaymentReceived, isRequiresDescription, isToSystem, isToUser, setCustomFields, setDirection, setdRateCreationValue, setFrom, setInitialStatuses, setNotifyPaymentReceived, setRequiresDescription, setStatusFlows, setTo, setTransferFeesgetDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic void addAuthorizationLevel(AuthorizationLevel level)
public java.util.List<AuthorizationLevel> getAuthorizationLevels()
public java.lang.String getConfirmationMessage()
public java.lang.Integer getMaturityHistorySize()
public MaturityPolicy getMaturityPolicy()
public TimeInterval getMaxChargebackTime()
public boolean isEnabled()
isEnabled in class TransferTypepublic boolean isRequiresAuthorization()
public void setAuthorizationLevels(java.util.List<AuthorizationLevel> authorizationLevels)
public void setConfirmationMessage(java.lang.String confirmationMessage)
public void setEnabled(boolean enabled)
public void setMaturityHistorySize(java.lang.Integer maturityHistorySize)
public void setMaturityPolicy(MaturityPolicy maturityPolicy)
public void setMaxChargebackTime(TimeInterval maxChargebackTime)
public void setRequiresAuthorization(boolean requiresAuthorization)