Uses of Class
net.authorize.api.contract.v1.TransactionTypeEnum
-
Packages that use TransactionTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of TransactionTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as TransactionTypeEnum Modifier and Type Field Description protected TransactionTypeEnumEnumCollection. transactionTypeEnumprotected TransactionTypeEnumXXDoNotUseDummyRequest. transactionTypeEnumMethods in net.authorize.api.contract.v1 that return TransactionTypeEnum Modifier and Type Method Description static TransactionTypeEnumTransactionTypeEnum. fromValue(String v)TransactionTypeEnumEnumCollection. getTransactionTypeEnum()Gets the value of the transactionTypeEnum property.TransactionTypeEnumXXDoNotUseDummyRequest. getTransactionTypeEnum()Gets the value of the transactionTypeEnum property.static TransactionTypeEnumTransactionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionTypeEnum[]TransactionTypeEnum. 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 TransactionTypeEnum Modifier and Type Method Description voidEnumCollection. setTransactionTypeEnum(TransactionTypeEnum value)Sets the value of the transactionTypeEnum property.voidXXDoNotUseDummyRequest. setTransactionTypeEnum(TransactionTypeEnum value)Sets the value of the transactionTypeEnum property.
-