Uses of Class
net.authorize.api.contract.v1.SubsequentAuthInformation
-
Packages that use SubsequentAuthInformation Package Description net.authorize.api.contract.v1 -
-
Uses of SubsequentAuthInformation in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as SubsequentAuthInformation Modifier and Type Field Description protected SubsequentAuthInformationCustomerPaymentProfileType. subsequentAuthInformationprotected SubsequentAuthInformationProfileTransOrderType. subsequentAuthInformationprotected SubsequentAuthInformationTransactionRequestType. subsequentAuthInformationMethods in net.authorize.api.contract.v1 that return SubsequentAuthInformation Modifier and Type Method Description SubsequentAuthInformationObjectFactory. createSubsequentAuthInformation()Create an instance ofSubsequentAuthInformationSubsequentAuthInformationCustomerPaymentProfileType. getSubsequentAuthInformation()Gets the value of the subsequentAuthInformation property.SubsequentAuthInformationProfileTransOrderType. getSubsequentAuthInformation()Gets the value of the subsequentAuthInformation property.SubsequentAuthInformationTransactionRequestType. getSubsequentAuthInformation()Gets the value of the subsequentAuthInformation property.Methods in net.authorize.api.contract.v1 with parameters of type SubsequentAuthInformation Modifier and Type Method Description voidCustomerPaymentProfileType. setSubsequentAuthInformation(SubsequentAuthInformation value)Sets the value of the subsequentAuthInformation property.voidProfileTransOrderType. setSubsequentAuthInformation(SubsequentAuthInformation value)Sets the value of the subsequentAuthInformation property.voidTransactionRequestType. setSubsequentAuthInformation(SubsequentAuthInformation value)Sets the value of the subsequentAuthInformation property.
-