Uses of Class
com.adyen.model.marketpay.AccountState.StateTypeEnum
-
Packages that use AccountState.StateTypeEnum Package Description com.adyen.model.marketpay -
-
Uses of AccountState.StateTypeEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return AccountState.StateTypeEnum Modifier and Type Method Description AccountState.StateTypeEnumAccountState. getStateType()account processing statestatic AccountState.StateTypeEnumAccountState.StateTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountState.StateTypeEnum[]AccountState.StateTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay with parameters of type AccountState.StateTypeEnum Modifier and Type Method Description voidAccountState. setStateType(AccountState.StateTypeEnum stateType)AccountStateAccountState. stateType(AccountState.StateTypeEnum stateType)
-