Uses of Class
net.authorize.api.contract.v1.MerchantAuthenticationType
-
Packages that use MerchantAuthenticationType Package Description net.authorize.api.contract.v1 net.authorize.api.controller.base -
-
Uses of MerchantAuthenticationType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as MerchantAuthenticationType Modifier and Type Field Description protected MerchantAuthenticationTypeANetApiRequest. merchantAuthenticationMethods in net.authorize.api.contract.v1 that return MerchantAuthenticationType Modifier and Type Method Description MerchantAuthenticationTypeObjectFactory. createMerchantAuthenticationType()Create an instance ofMerchantAuthenticationTypeMerchantAuthenticationTypeANetApiRequest. getMerchantAuthentication()Gets the value of the merchantAuthentication property.Methods in net.authorize.api.contract.v1 with parameters of type MerchantAuthenticationType Modifier and Type Method Description voidANetApiRequest. setMerchantAuthentication(MerchantAuthenticationType value)Sets the value of the merchantAuthentication property. -
Uses of MerchantAuthenticationType in net.authorize.api.controller.base
Methods in net.authorize.api.controller.base that return MerchantAuthenticationType Modifier and Type Method Description static MerchantAuthenticationTypeApiOperationBase. getMerchantAuthentication()Methods in net.authorize.api.controller.base with parameters of type MerchantAuthenticationType Modifier and Type Method Description static voidApiOperationBase. setMerchantAuthentication(MerchantAuthenticationType merchantAuthentication)
-