Uses of Class
net.authorize.api.contract.v1.AuthIndicatorEnum
-
Packages that use AuthIndicatorEnum Package Description net.authorize.api.contract.v1 -
-
Uses of AuthIndicatorEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as AuthIndicatorEnum Modifier and Type Field Description protected AuthIndicatorEnumAuthorizationIndicatorType. authorizationIndicatorMethods in net.authorize.api.contract.v1 that return AuthIndicatorEnum Modifier and Type Method Description static AuthIndicatorEnumAuthIndicatorEnum. fromValue(String v)AuthIndicatorEnumAuthorizationIndicatorType. getAuthorizationIndicator()Gets the value of the authorizationIndicator property.static AuthIndicatorEnumAuthIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthIndicatorEnum[]AuthIndicatorEnum. 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 AuthIndicatorEnum Modifier and Type Method Description voidAuthorizationIndicatorType. setAuthorizationIndicator(AuthIndicatorEnum value)Sets the value of the authorizationIndicator property.
-