com.anet.api
Class ARBCustomer

java.lang.Object
  extended by com.anet.api.ARBCustomer

public class ARBCustomer
extends java.lang.Object

Automated Recurring Billing Customer


Constructor Summary
ARBCustomer()
          Constructor
 
Method Summary
 ARBNameAndAddress getBillTo()
           
 java.lang.String getEmail()
           
 java.lang.String getFaxNumber()
           
 java.lang.String getId()
           
 ARBDriversLicense getLicense()
           
 java.lang.String getPhoneNumber()
           
 ARBNameAndAddress getShipTo()
           
 java.lang.String getTaxId()
           
 java.lang.String getType()
           
 boolean isDriversLicenseSpecified()
           
 void setBillTo(ARBNameAndAddress billTo)
           
 void setDriversLicenseSpecified(boolean driversLicenseSpecified)
           
 void setEmail(java.lang.String email)
           
 void setFaxNumber(java.lang.String faxNumber)
           
 void setId(java.lang.String id)
           
 void setLicense(ARBDriversLicense license)
           
 void setPhoneNumber(java.lang.String phoneNumber)
           
 void setShipTo(ARBNameAndAddress shipTo)
           
 void setTaxId(java.lang.String taxId)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARBCustomer

public ARBCustomer()
Constructor

Method Detail

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.