BillingProfile Class

public class BillingProfile extends ResourceBaseWithLinks<StandardResourceLinks>

Represents a partner's billing profile.

Constructor Summary

Constructor Description
BillingProfile()

Initializes a new instance of the BillingProfile class.

Method Summary

Modifier and Type Method and Description
Address getAddress()
java.lang.String getBillingCurrency()
int getBillingDay()
java.lang.String getCompanyName()
Contact getPrimaryContact()
java.lang.String getPurchaseOrderNumber()
java.lang.String getTaxId()
void setAddress(Address value)
void setBillingCurrency(String value)
void setBillingDay(int value)
void setCompanyName(String value)
void setPrimaryContact(Contact value)
void setPurchaseOrderNumber(String value)
void setTaxId(String value)

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

BillingProfile

public BillingProfile()

Initializes a new instance of the BillingProfile class.

Method Details

getAddress

public Address getAddress()

getBillingCurrency

public String getBillingCurrency()

getBillingDay

public int getBillingDay()

getCompanyName

public String getCompanyName()

getPrimaryContact

public Contact getPrimaryContact()

getPurchaseOrderNumber

public String getPurchaseOrderNumber()

getTaxId

public String getTaxId()

setAddress

public void setAddress(Address value)

Parameters:

value

setBillingCurrency

public void setBillingCurrency(String value)

Parameters:

value

setBillingDay

public void setBillingDay(int value)

Parameters:

value

setCompanyName

public void setCompanyName(String value)

Parameters:

value

setPrimaryContact

public void setPrimaryContact(Contact value)

Parameters:

value

setPurchaseOrderNumber

public void setPurchaseOrderNumber(String value)

Parameters:

value

setTaxId

public void setTaxId(String value)

Parameters:

value

Applies to