Package net.authorize.api.contract.v1
Class CreateCustomerShippingAddressRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.CreateCustomerShippingAddressRequest
-
- All Implemented Interfaces:
Serializable
public class CreateCustomerShippingAddressRequest 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}customerAddressType"/> <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 CustomerAddressTypeaddressprotected StringcustomerProfileIdprotected BooleandefaultShippingAddress-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerShippingAddressRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerAddressTypegetAddress()Gets the value of the address property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.BooleanisDefaultShippingAddress()Gets the value of the defaultShippingAddress property.voidsetAddress(CustomerAddressType 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 CustomerAddressType 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 CustomerAddressType getAddress()
Gets the value of the address property.- Returns:
- possible object is
CustomerAddressType
-
setAddress
public void setAddress(CustomerAddressType value)
Sets the value of the address property.- Parameters:
value- allowed object isCustomerAddressType
-
isDefaultShippingAddress
public Boolean isDefaultShippingAddress()
Gets the value of the defaultShippingAddress property.- Returns:
- possible object is
Boolean
-
-