CustomerBillingProfile Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. customers. CustomerBillingProfile
- com.
- com.
- com.
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
Constructor Details
CustomerBillingProfile
public CustomerBillingProfile()
Method Details
getCompanyName
public String getCompanyName()
Gets the name of the company.
Returns:
getCulture
public String getCulture()
Gets the culture.
Returns:
getDefaultAddress
public Address getDefaultAddress()
Gets the default address for the customer.
Returns:
getEmail
public String getEmail()
Gets the email address.
Returns:
getFirstName
public String getFirstName()
Gets the first name.
Returns:
getId
public String getId()
Gets the profile identifier.
Returns:
getLanguage
public String getLanguage()
Gets the language.
Returns:
getLastName
public String getLastName()
Gets the last name.
Returns:
setCompanyName
public void setCompanyName(String value)
Sets the name of the company.
Parameters:
setCulture
public void setCulture(String value)
Sets the culture.
Parameters:
setDefaultAddress
public void setDefaultAddress(Address value)
Sets the default address for the customer.
Parameters:
setEmail
public void setEmail(String value)
Sets the email address.
Parameters:
setFirstName
public void setFirstName(String value)
Sets the first name.
Parameters:
setId
public void setId(String value)
Sets the profile identifier.
Parameters:
setLanguage
public void setLanguage(String value)
Sets the language.
Parameters:
setLastName
public void setLastName(String value)
Sets the last name.
Parameters: