com.anet.api
Class ARBCustomer
java.lang.Object
com.anet.api.ARBCustomer
public class ARBCustomer
- extends java.lang.Object
Automated Recurring Billing Customer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
billTo
private ARBNameAndAddress billTo
shipTo
private ARBNameAndAddress shipTo
license
private ARBDriversLicense license
type
private java.lang.String type
id
private java.lang.String id
email
private java.lang.String email
phoneNumber
private java.lang.String phoneNumber
faxNumber
private java.lang.String faxNumber
driversLicenseSpecified
private boolean driversLicenseSpecified
taxId
private java.lang.String taxId
ARBCustomer
public ARBCustomer()
- Constructor
getBillTo
public ARBNameAndAddress getBillTo()
- Returns:
- the billTo
setBillTo
public void setBillTo(ARBNameAndAddress billTo)
- Parameters:
billTo
- the billTo to set
getShipTo
public ARBNameAndAddress getShipTo()
- Returns:
- the shipTo
setShipTo
public void setShipTo(ARBNameAndAddress shipTo)
- Parameters:
shipTo
- the shipTo to set
getLicense
public ARBDriversLicense getLicense()
- Returns:
- the license
setLicense
public void setLicense(ARBDriversLicense license)
- Parameters:
license
- the license to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type
- the type to set
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id
- the id to set
getEmail
public java.lang.String getEmail()
- Returns:
- the email
setEmail
public void setEmail(java.lang.String email)
- Parameters:
email
- the email to set
getPhoneNumber
public java.lang.String getPhoneNumber()
- Returns:
- the phoneNumber
setPhoneNumber
public void setPhoneNumber(java.lang.String phoneNumber)
- Parameters:
phoneNumber
- the phoneNumber to set
getFaxNumber
public java.lang.String getFaxNumber()
- Returns:
- the faxNumber
setFaxNumber
public void setFaxNumber(java.lang.String faxNumber)
- Parameters:
faxNumber
- the faxNumber to set
isDriversLicenseSpecified
public boolean isDriversLicenseSpecified()
- Returns:
- the driversLicenseSpecified
setDriversLicenseSpecified
public void setDriversLicenseSpecified(boolean driversLicenseSpecified)
- Parameters:
driversLicenseSpecified
- the driversLicenseSpecified to set
getTaxId
public java.lang.String getTaxId()
- Returns:
- the taxId
setTaxId
public void setTaxId(java.lang.String taxId)
- Parameters:
taxId
- the taxId to set
Copyright © 2011 DS Data Systems UK Ltd.