CustomerBillingProfile Class

public class CustomerBillingProfile extends ResourceBaseWithLinks<StandardResourceLinks>

Customer billing profile

Constructor Summary

Constructor Description
CustomerBillingProfile()

Method Summary

Modifier and Type Method and Description
java.lang.String getCompanyName()

Gets the name of the company.

java.lang.String getCulture()

Gets the culture.

Address getDefaultAddress()

Gets the default address for the customer.

java.lang.String getEmail()

Gets the email address.

java.lang.String getFirstName()

Gets the first name.

java.lang.String getId()

Gets the profile identifier.

java.lang.String getLanguage()

Gets the language.

java.lang.String getLastName()

Gets the last name.

void setCompanyName(String value)

Sets the name of the company.

void setCulture(String value)

Sets the culture.

void setDefaultAddress(Address value)

Sets the default address for the customer.

void setEmail(String value)

Sets the email address.

void setFirstName(String value)

Sets the first name.

void setId(String value)

Sets the profile identifier.

void setLanguage(String value)

Sets the language.

void setLastName(String value)

Sets the last name.

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

CustomerBillingProfile

public CustomerBillingProfile()

Method Details

getCompanyName

public String getCompanyName()

Gets the name of the company.

Returns:

The name of the company.

getCulture

public String getCulture()

Gets the culture.

Returns:

The culture.

getDefaultAddress

public Address getDefaultAddress()

Gets the default address for the customer.

Returns:

The default address for the customer.

getEmail

public String getEmail()

Gets the email address.

Returns:

The email address.

getFirstName

public String getFirstName()

Gets the first name.

Returns:

The first name.

getId

public String getId()

Gets the profile identifier.

Returns:

The profile identifier.

getLanguage

public String getLanguage()

Gets the language.

Returns:

The language.

getLastName

public String getLastName()

Gets the last name.

Returns:

The last name.

setCompanyName

public void setCompanyName(String value)

Sets the name of the company.

Parameters:

value - The name of the company.

setCulture

public void setCulture(String value)

Sets the culture.

Parameters:

value - The culture.

setDefaultAddress

public void setDefaultAddress(Address value)

Sets the default address for the customer.

Parameters:

value - The default address for the customer.

setEmail

public void setEmail(String value)

Sets the email address.

Parameters:

value - The email address.

setFirstName

public void setFirstName(String value)

Sets the first name.

Parameters:

value - The first name.

setId

public void setId(String value)

Sets the profile identifier.

Parameters:

value - The profile identifier.

setLanguage

public void setLanguage(String value)

Sets the language.

Parameters:

value - The language.

setLastName

public void setLastName(String value)

Sets the last name.

Parameters:

value - The last name.

Applies to