Uses of Class
net.authorize.api.contract.v1.MerchantInitTransReasonEnum
-
Packages that use MerchantInitTransReasonEnum Package Description net.authorize.api.contract.v1 -
-
Uses of MerchantInitTransReasonEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as MerchantInitTransReasonEnum Modifier and Type Field Description protected MerchantInitTransReasonEnumSubsequentAuthInformation. reasonMethods in net.authorize.api.contract.v1 that return MerchantInitTransReasonEnum Modifier and Type Method Description static MerchantInitTransReasonEnumMerchantInitTransReasonEnum. fromValue(String v)MerchantInitTransReasonEnumSubsequentAuthInformation. getReason()Gets the value of the reason property.static MerchantInitTransReasonEnumMerchantInitTransReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MerchantInitTransReasonEnum[]MerchantInitTransReasonEnum. 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 MerchantInitTransReasonEnum Modifier and Type Method Description voidSubsequentAuthInformation. setReason(MerchantInitTransReasonEnum value)Sets the value of the reason property.
-