Package net.authorize.api.contract.v1
Class UpdateCustomerShippingAddressRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.UpdateCustomerShippingAddressRequest
-
- All Implemented Interfaces:
Serializable
public class UpdateCustomerShippingAddressRequest extends ANetApiRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest"> <sequence> <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/> <element name="address" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressExType"/> <element name="defaultShippingAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerAddressExTypeaddressprotected StringcustomerProfileIdprotected BooleandefaultShippingAddress-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description UpdateCustomerShippingAddressRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerAddressExTypegetAddress()Gets the value of the address property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.BooleanisDefaultShippingAddress()Gets the value of the defaultShippingAddress property.voidsetAddress(CustomerAddressExType value)Sets the value of the address property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.voidsetDefaultShippingAddress(Boolean value)Sets the value of the defaultShippingAddress property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
customerProfileId
protected String customerProfileId
-
address
protected CustomerAddressExType address
-
defaultShippingAddress
protected Boolean defaultShippingAddress
-
-
Method Detail
-
getCustomerProfileId
public String getCustomerProfileId()
Gets the value of the customerProfileId property.- Returns:
- possible object is
String
-
setCustomerProfileId
public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.- Parameters:
value- allowed object isString
-
getAddress
public CustomerAddressExType getAddress()
Gets the value of the address property.- Returns:
- possible object is
CustomerAddressExType
-
setAddress
public void setAddress(CustomerAddressExType value)
Sets the value of the address property.- Parameters:
value- allowed object isCustomerAddressExType
-
isDefaultShippingAddress
public Boolean isDefaultShippingAddress()
Gets the value of the defaultShippingAddress property.- Returns:
- possible object is
Boolean
-
-