Uses of Class
com.adyen.model.marketpay.AccountState
-
Packages that use AccountState Package Description com.adyen.model.marketpay -
-
Uses of AccountState in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return AccountState Modifier and Type Method Description AccountStateAccountState. allowPayout(Boolean allowPayout)AccountStateAccountState. allowProcessing(Boolean allowProcessing)AccountStateAccountState. disabled(Boolean disabled)AccountStateAccountState. disableReason(String disableReason)AccountStateAccountStateRequirement. getState()the processing state that can be reached if the given properties are providedAccountStateAccountState. stateDeadline(Date stateDeadline)AccountStateAccountState. stateLimit(AccountStateLimit stateLimit)AccountStateAccountState. stateType(AccountState.StateTypeEnum stateType)AccountStateAccountState. tierNumber(Integer tierNumber)Methods in com.adyen.model.marketpay that return types with arguments of type AccountState Modifier and Type Method Description List<AccountState>AccountStatus. getStates()account statesMethods in com.adyen.model.marketpay with parameters of type AccountState Modifier and Type Method Description AccountStatusAccountStatus. addStatesItem(AccountState statesItem)voidAccountStateRequirement. setState(AccountState state)AccountStateRequirementAccountStateRequirement. state(AccountState state)Method parameters in com.adyen.model.marketpay with type arguments of type AccountState Modifier and Type Method Description voidAccountStatus. setStates(List<AccountState> states)AccountStatusAccountStatus. states(List<AccountState> states)
-