Uses of Class
net.authorize.api.contract.v1.OtherTaxType
-
Packages that use OtherTaxType Package Description net.authorize.api.contract.v1 -
-
Uses of OtherTaxType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as OtherTaxType Modifier and Type Field Description protected OtherTaxTypeTransactionDetailsType. otherTaxprotected OtherTaxTypeTransactionRequestType. otherTaxMethods in net.authorize.api.contract.v1 that return OtherTaxType Modifier and Type Method Description OtherTaxTypeObjectFactory. createOtherTaxType()Create an instance ofOtherTaxTypeOtherTaxTypeTransactionDetailsType. getOtherTax()Gets the value of the otherTax property.OtherTaxTypeTransactionRequestType. getOtherTax()Gets the value of the otherTax property.Methods in net.authorize.api.contract.v1 with parameters of type OtherTaxType Modifier and Type Method Description voidTransactionDetailsType. setOtherTax(OtherTaxType value)Sets the value of the otherTax property.voidTransactionRequestType. setOtherTax(OtherTaxType value)Sets the value of the otherTax property.
-