net.authorize.data.xml
Class Customer
java.lang.Object
net.authorize.data.xml.Customer
- All Implemented Interfaces:
- Serializable
public class Customer
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
Customer()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customer
protected Customer()
createCustomer
public static Customer createCustomer()
getBillTo
public Address getBillTo()
setBillTo
public void setBillTo(Address bill_to)
isDriversLicenseSpecified
public boolean isDriversLicenseSpecified()
setDriversLicenseSpecified
public void setDriversLicenseSpecified(boolean driversLicenseSpecified)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getFaxNumber
public String getFaxNumber()
setFaxNumber
public void setFaxNumber(String faxNumber)
getId
public String getId()
setId
public void setId(String id)
getLicense
public DriversLicense getLicense()
setLicense
public void setLicense(DriversLicense license)
getPhoneNumber
public String getPhoneNumber()
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
getShipTo
public Address getShipTo()
setShipTo
public void setShipTo(Address ship_to)
getTaxId
public String getTaxId()
setTaxId
public void setTaxId(String taxId)
getCustomerType
public CustomerType getCustomerType()
setCustomerType
public void setCustomerType(CustomerType type)
Copyright © 2014. All Rights Reserved.