Uses of Class
net.authorize.api.contract.v1.AuthorizationIndicatorType
-
Packages that use AuthorizationIndicatorType Package Description net.authorize.api.contract.v1 -
-
Uses of AuthorizationIndicatorType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as AuthorizationIndicatorType Modifier and Type Field Description protected AuthorizationIndicatorTypeProfileTransOrderType. authorizationIndicatorTypeprotected AuthorizationIndicatorTypeTransactionRequestType. authorizationIndicatorTypeMethods in net.authorize.api.contract.v1 that return AuthorizationIndicatorType Modifier and Type Method Description AuthorizationIndicatorTypeObjectFactory. createAuthorizationIndicatorType()Create an instance ofAuthorizationIndicatorTypeAuthorizationIndicatorTypeProfileTransOrderType. getAuthorizationIndicatorType()Gets the value of the authorizationIndicatorType property.AuthorizationIndicatorTypeTransactionRequestType. getAuthorizationIndicatorType()Gets the value of the authorizationIndicatorType property.Methods in net.authorize.api.contract.v1 with parameters of type AuthorizationIndicatorType Modifier and Type Method Description voidProfileTransOrderType. setAuthorizationIndicatorType(AuthorizationIndicatorType value)Sets the value of the authorizationIndicatorType property.voidTransactionRequestType. setAuthorizationIndicatorType(AuthorizationIndicatorType value)Sets the value of the authorizationIndicatorType property.
-