Package net.authorize.api.contract.v1
Class CustomerAddressExType
- java.lang.Object
-
- net.authorize.api.contract.v1.NameAndAddressType
-
- net.authorize.api.contract.v1.CustomerAddressType
-
- net.authorize.api.contract.v1.CustomerAddressExType
-
public class CustomerAddressExType extends CustomerAddressType
Java class for customerAddressExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerAddressExType"> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType"> <sequence> <element name="customerAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerAddressId-
Fields inherited from class net.authorize.api.contract.v1.CustomerAddressType
email, faxNumber, phoneNumber
-
-
Constructor Summary
Constructors Constructor Description CustomerAddressExType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerAddressId()Gets the value of the customerAddressId property.voidsetCustomerAddressId(String value)Sets the value of the customerAddressId property.-
Methods inherited from class net.authorize.api.contract.v1.CustomerAddressType
getEmail, getFaxNumber, getPhoneNumber, setEmail, setFaxNumber, setPhoneNumber
-
Methods inherited from class net.authorize.api.contract.v1.NameAndAddressType
getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZip, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZip
-
-