Uses of Class
net.authorize.api.contract.v1.CustomerAddressExType
-
Packages that use CustomerAddressExType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerAddressExType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerAddressExType Modifier and Type Field Description protected CustomerAddressExTypeGetCustomerShippingAddressResponse. addressprotected CustomerAddressExTypeUpdateCustomerShippingAddressRequest. addressprotected CustomerAddressExTypeSubscriptionCustomerProfileType. shippingProfileFields in net.authorize.api.contract.v1 with type parameters of type CustomerAddressExType Modifier and Type Field Description protected List<CustomerAddressExType>CustomerProfileMaskedType. shipToListMethods in net.authorize.api.contract.v1 that return CustomerAddressExType Modifier and Type Method Description CustomerAddressExTypeObjectFactory. createCustomerAddressExType()Create an instance ofCustomerAddressExTypeCustomerAddressExTypeGetCustomerShippingAddressResponse. getAddress()Gets the value of the address property.CustomerAddressExTypeUpdateCustomerShippingAddressRequest. getAddress()Gets the value of the address property.CustomerAddressExTypeSubscriptionCustomerProfileType. getShippingProfile()Gets the value of the shippingProfile property.Methods in net.authorize.api.contract.v1 that return types with arguments of type CustomerAddressExType Modifier and Type Method Description List<CustomerAddressExType>CustomerProfileMaskedType. getShipToList()Gets the value of the shipToList property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerAddressExType Modifier and Type Method Description voidGetCustomerShippingAddressResponse. setAddress(CustomerAddressExType value)Sets the value of the address property.voidUpdateCustomerShippingAddressRequest. setAddress(CustomerAddressExType value)Sets the value of the address property.voidSubscriptionCustomerProfileType. setShippingProfile(CustomerAddressExType value)Sets the value of the shippingProfile property.
-