Uses of Class
net.authorize.api.contract.v1.CustomerAddressType
-
Packages that use CustomerAddressType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerAddressType in net.authorize.api.contract.v1
Subclasses of CustomerAddressType in net.authorize.api.contract.v1 Modifier and Type Class Description classCustomerAddressExTypeJava class for customerAddressExType complex type.Fields in net.authorize.api.contract.v1 declared as CustomerAddressType Modifier and Type Field Description protected CustomerAddressTypeCreateCustomerShippingAddressRequest. addressprotected CustomerAddressTypeDecryptPaymentDataResponse. billingInfoprotected CustomerAddressTypeCustomerPaymentProfileBaseType. billToprotected CustomerAddressTypeCustomerPaymentProfileListItemType. billToprotected CustomerAddressTypeTransactionDetailsType. billToprotected CustomerAddressTypeTransactionRequestType. billToprotected CustomerAddressTypeGetMerchantDetailsResponse. businessInformationprotected CustomerAddressTypeDecryptPaymentDataResponse. shippingInfoFields in net.authorize.api.contract.v1 with type parameters of type CustomerAddressType Modifier and Type Field Description protected List<CustomerAddressType>CustomerProfileType. shipToListMethods in net.authorize.api.contract.v1 that return CustomerAddressType Modifier and Type Method Description CustomerAddressTypeObjectFactory. createCustomerAddressType()Create an instance ofCustomerAddressTypeCustomerAddressTypeCreateCustomerShippingAddressRequest. getAddress()Gets the value of the address property.CustomerAddressTypeDecryptPaymentDataResponse. getBillingInfo()Gets the value of the billingInfo property.CustomerAddressTypeCustomerPaymentProfileBaseType. getBillTo()Gets the value of the billTo property.CustomerAddressTypeCustomerPaymentProfileListItemType. getBillTo()Gets the value of the billTo property.CustomerAddressTypeTransactionDetailsType. getBillTo()Gets the value of the billTo property.CustomerAddressTypeTransactionRequestType. getBillTo()Gets the value of the billTo property.CustomerAddressTypeGetMerchantDetailsResponse. getBusinessInformation()Gets the value of the businessInformation property.CustomerAddressTypeDecryptPaymentDataResponse. getShippingInfo()Gets the value of the shippingInfo property.Methods in net.authorize.api.contract.v1 that return types with arguments of type CustomerAddressType Modifier and Type Method Description List<CustomerAddressType>CustomerProfileType. getShipToList()Gets the value of the shipToList property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerAddressType Modifier and Type Method Description voidCreateCustomerShippingAddressRequest. setAddress(CustomerAddressType value)Sets the value of the address property.voidDecryptPaymentDataResponse. setBillingInfo(CustomerAddressType value)Sets the value of the billingInfo property.voidCustomerPaymentProfileBaseType. setBillTo(CustomerAddressType value)Sets the value of the billTo property.voidCustomerPaymentProfileListItemType. setBillTo(CustomerAddressType value)Sets the value of the billTo property.voidTransactionDetailsType. setBillTo(CustomerAddressType value)Sets the value of the billTo property.voidTransactionRequestType. setBillTo(CustomerAddressType value)Sets the value of the billTo property.voidGetMerchantDetailsResponse. setBusinessInformation(CustomerAddressType value)Sets the value of the businessInformation property.voidDecryptPaymentDataResponse. setShippingInfo(CustomerAddressType value)Sets the value of the shippingInfo property.
-