Uses of Class
net.authorize.api.contract.v1.AfdsTransactionEnum
-
Packages that use AfdsTransactionEnum Package Description net.authorize.api.contract.v1 -
-
Uses of AfdsTransactionEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as AfdsTransactionEnum Modifier and Type Field Description protected AfdsTransactionEnumHeldTransactionRequestType. actionMethods in net.authorize.api.contract.v1 that return AfdsTransactionEnum Modifier and Type Method Description static AfdsTransactionEnumAfdsTransactionEnum. fromValue(String v)AfdsTransactionEnumHeldTransactionRequestType. getAction()Gets the value of the action property.static AfdsTransactionEnumAfdsTransactionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AfdsTransactionEnum[]AfdsTransactionEnum. 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 AfdsTransactionEnum Modifier and Type Method Description voidHeldTransactionRequestType. setAction(AfdsTransactionEnum value)Sets the value of the action property.
-