Uses of Class
net.authorize.api.contract.v1.NameAndAddressType
-
Packages that use NameAndAddressType Package Description net.authorize.api.contract.v1 -
-
Uses of NameAndAddressType in net.authorize.api.contract.v1
Subclasses of NameAndAddressType in net.authorize.api.contract.v1 Modifier and Type Class Description classCustomerAddressExTypeJava class for customerAddressExType complex type.classCustomerAddressTypeJava class for customerAddressType complex type.Fields in net.authorize.api.contract.v1 declared as NameAndAddressType Modifier and Type Field Description protected NameAndAddressTypeARBSubscriptionType. billToprotected NameAndAddressTypeTransactionDetailsType. shipFromprotected NameAndAddressTypeTransactionRequestType. shipFromprotected NameAndAddressTypeARBSubscriptionType. shipToprotected NameAndAddressTypeTransactionDetailsType. shipToprotected NameAndAddressTypeTransactionRequestType. shipToprotected NameAndAddressTypeTransactionResponse. shipToMethods in net.authorize.api.contract.v1 that return NameAndAddressType Modifier and Type Method Description NameAndAddressTypeObjectFactory. createNameAndAddressType()Create an instance ofNameAndAddressTypeNameAndAddressTypeARBSubscriptionType. getBillTo()Gets the value of the billTo property.NameAndAddressTypeTransactionDetailsType. getShipFrom()Gets the value of the shipFrom property.NameAndAddressTypeTransactionRequestType. getShipFrom()Gets the value of the shipFrom property.NameAndAddressTypeARBSubscriptionType. getShipTo()Gets the value of the shipTo property.NameAndAddressTypeTransactionDetailsType. getShipTo()Gets the value of the shipTo property.NameAndAddressTypeTransactionRequestType. getShipTo()Gets the value of the shipTo property.NameAndAddressTypeTransactionResponse. getShipTo()Gets the value of the shipTo property.Methods in net.authorize.api.contract.v1 with parameters of type NameAndAddressType Modifier and Type Method Description voidARBSubscriptionType. setBillTo(NameAndAddressType value)Sets the value of the billTo property.voidTransactionDetailsType. setShipFrom(NameAndAddressType value)Sets the value of the shipFrom property.voidTransactionRequestType. setShipFrom(NameAndAddressType value)Sets the value of the shipFrom property.voidARBSubscriptionType. setShipTo(NameAndAddressType value)Sets the value of the shipTo property.voidTransactionDetailsType. setShipTo(NameAndAddressType value)Sets the value of the shipTo property.voidTransactionRequestType. setShipTo(NameAndAddressType value)Sets the value of the shipTo property.voidTransactionResponse. setShipTo(NameAndAddressType value)Sets the value of the shipTo property.
-