net.authorize.data.xml
Class Customer

java.lang.Object
  extended by net.authorize.data.xml.Customer
All Implemented Interfaces:
Serializable

public class Customer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Customer()
           
 
Method Summary
static Customer createCustomer()
           
 Address getBillTo()
           
 CustomerType getCustomerType()
           
 String getEmail()
           
 String getFaxNumber()
           
 String getId()
           
 DriversLicense getLicense()
           
 String getPhoneNumber()
           
 Address getShipTo()
           
 String getTaxId()
           
 boolean isDriversLicenseSpecified()
           
 void setBillTo(Address bill_to)
           
 void setCustomerType(CustomerType type)
           
 void setDriversLicenseSpecified(boolean driversLicenseSpecified)
           
 void setEmail(String email)
           
 void setFaxNumber(String faxNumber)
           
 void setId(String id)
           
 void setLicense(DriversLicense license)
           
 void setPhoneNumber(String phoneNumber)
           
 void setShipTo(Address ship_to)
           
 void setTaxId(String taxId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

protected Customer()
Method Detail

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.