Uses of Class
net.authorize.api.contract.v1.AccountTypeEnum
-
Packages that use AccountTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of AccountTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as AccountTypeEnum Modifier and Type Field Description protected AccountTypeEnumEnumCollection. accountTypeEnumprotected AccountTypeEnumXXDoNotUseDummyRequest. accountTypeEnumMethods in net.authorize.api.contract.v1 that return AccountTypeEnum Modifier and Type Method Description static AccountTypeEnumAccountTypeEnum. fromValue(String v)AccountTypeEnumEnumCollection. getAccountTypeEnum()Gets the value of the accountTypeEnum property.AccountTypeEnumXXDoNotUseDummyRequest. getAccountTypeEnum()Gets the value of the accountTypeEnum property.static AccountTypeEnumAccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountTypeEnum[]AccountTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type AccountTypeEnum Modifier and Type Method Description voidEnumCollection. setAccountTypeEnum(AccountTypeEnum value)Sets the value of the accountTypeEnum property.voidXXDoNotUseDummyRequest. setAccountTypeEnum(AccountTypeEnum value)Sets the value of the accountTypeEnum property.
-