public class ReceivePaymentData extends java.lang.Object implements HasPrincipalTypeInputsWithIdMethods, java.io.Serializable
| Constructor and Description |
|---|
ReceivePaymentData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AccountWithCurrencyVO> |
getAccounts() |
IdentificationMethod |
getDefaultIdMethod() |
PrincipalTypeInputVO |
getDefaultPrincipalType() |
java.util.List<PrincipalTypeInputVO> |
getPrincipalTypes() |
boolean |
isAllowAutocomplete() |
boolean |
isAllowContacts() |
void |
setAccounts(java.util.List<AccountWithCurrencyVO> accounts) |
void |
setAllowAutocomplete(boolean allowAutocomplete) |
void |
setAllowContacts(boolean allowContacts) |
void |
setDefaultIdMethod(IdentificationMethod defaultIdMethod) |
void |
setDefaultPrincipalType(PrincipalTypeInputVO defaultPrincipalType) |
void |
setPrincipalTypes(java.util.List<PrincipalTypeInputVO> principalTypes) |
public java.util.List<AccountWithCurrencyVO> getAccounts()
public boolean isAllowAutocomplete()
isAllowAutocomplete in interface HasPrincipalTypeInputsWithIdMethodspublic boolean isAllowContacts()
isAllowContacts in interface HasPrincipalTypeInputsWithIdMethodspublic IdentificationMethod getDefaultIdMethod()
getDefaultIdMethod in interface HasPrincipalTypeInputsWithIdMethodspublic PrincipalTypeInputVO getDefaultPrincipalType()
getDefaultPrincipalType in interface HasPrincipalTypeInputspublic java.util.List<PrincipalTypeInputVO> getPrincipalTypes()
getPrincipalTypes in interface HasPrincipalTypeInputspublic void setAccounts(java.util.List<AccountWithCurrencyVO> accounts)
public void setAllowAutocomplete(boolean allowAutocomplete)
setAllowAutocomplete in interface HasPrincipalTypeInputsWithIdMethodspublic void setAllowContacts(boolean allowContacts)
setAllowContacts in interface HasPrincipalTypeInputsWithIdMethodspublic void setDefaultIdMethod(IdentificationMethod defaultIdMethod)
setDefaultIdMethod in interface HasPrincipalTypeInputsWithIdMethodspublic void setDefaultPrincipalType(PrincipalTypeInputVO defaultPrincipalType)
setDefaultPrincipalType in interface HasPrincipalTypeInputspublic void setPrincipalTypes(java.util.List<PrincipalTypeInputVO> principalTypes)
setPrincipalTypes in interface HasPrincipalTypeInputs