Uses of Class
net.authorize.api.contract.v1.ExtendedAmountType
-
Packages that use ExtendedAmountType Package Description net.authorize.api.contract.v1 -
-
Uses of ExtendedAmountType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ExtendedAmountType Modifier and Type Field Description protected ExtendedAmountTypeProfileTransAmountType. dutyprotected ExtendedAmountTypeTransactionDetailsType. dutyprotected ExtendedAmountTypeTransactionRequestType. dutyprotected ExtendedAmountTypeProfileTransAmountType. shippingprotected ExtendedAmountTypeTransactionDetailsType. shippingprotected ExtendedAmountTypeTransactionRequestType. shippingprotected ExtendedAmountTypeTransactionDetailsType. surchargeprotected ExtendedAmountTypeTransactionRequestType. surchargeprotected ExtendedAmountTypeProfileTransAmountType. taxprotected ExtendedAmountTypeTransactionDetailsType. taxprotected ExtendedAmountTypeTransactionRequestType. taxprotected ExtendedAmountTypeTransactionDetailsType. tipprotected ExtendedAmountTypeTransactionRequestType. tipMethods in net.authorize.api.contract.v1 that return ExtendedAmountType Modifier and Type Method Description ExtendedAmountTypeObjectFactory. createExtendedAmountType()Create an instance ofExtendedAmountTypeExtendedAmountTypeProfileTransAmountType. getDuty()Gets the value of the duty property.ExtendedAmountTypeTransactionDetailsType. getDuty()Gets the value of the duty property.ExtendedAmountTypeTransactionRequestType. getDuty()Gets the value of the duty property.ExtendedAmountTypeProfileTransAmountType. getShipping()Gets the value of the shipping property.ExtendedAmountTypeTransactionDetailsType. getShipping()Gets the value of the shipping property.ExtendedAmountTypeTransactionRequestType. getShipping()Gets the value of the shipping property.ExtendedAmountTypeTransactionDetailsType. getSurcharge()Gets the value of the surcharge property.ExtendedAmountTypeTransactionRequestType. getSurcharge()Gets the value of the surcharge property.ExtendedAmountTypeProfileTransAmountType. getTax()Gets the value of the tax property.ExtendedAmountTypeTransactionDetailsType. getTax()Gets the value of the tax property.ExtendedAmountTypeTransactionRequestType. getTax()Gets the value of the tax property.ExtendedAmountTypeTransactionDetailsType. getTip()Gets the value of the tip property.ExtendedAmountTypeTransactionRequestType. getTip()Gets the value of the tip property.Methods in net.authorize.api.contract.v1 with parameters of type ExtendedAmountType Modifier and Type Method Description voidProfileTransAmountType. setDuty(ExtendedAmountType value)Sets the value of the duty property.voidTransactionDetailsType. setDuty(ExtendedAmountType value)Sets the value of the duty property.voidTransactionRequestType. setDuty(ExtendedAmountType value)Sets the value of the duty property.voidProfileTransAmountType. setShipping(ExtendedAmountType value)Sets the value of the shipping property.voidTransactionDetailsType. setShipping(ExtendedAmountType value)Sets the value of the shipping property.voidTransactionRequestType. setShipping(ExtendedAmountType value)Sets the value of the shipping property.voidTransactionDetailsType. setSurcharge(ExtendedAmountType value)Sets the value of the surcharge property.voidTransactionRequestType. setSurcharge(ExtendedAmountType value)Sets the value of the surcharge property.voidProfileTransAmountType. setTax(ExtendedAmountType value)Sets the value of the tax property.voidTransactionDetailsType. setTax(ExtendedAmountType value)Sets the value of the tax property.voidTransactionRequestType. setTax(ExtendedAmountType value)Sets the value of the tax property.voidTransactionDetailsType. setTip(ExtendedAmountType value)Sets the value of the tip property.voidTransactionRequestType. setTip(ExtendedAmountType value)Sets the value of the tip property.
-