Class CustomerBillingProfile
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.customers.CustomerBillingProfile
public class CustomerBillingProfile extends ResourceBaseWithLinks<StandardResourceLinks>
Customer billing profile
-
Constructor Summary
Constructors Constructor Description CustomerBillingProfile() -
Method Summary
Modifier and Type Method Description StringgetCompanyName()Gets the name of the company.StringgetCulture()Gets the culture.AddressgetDefaultAddress()Gets the default address for the customer.StringgetEmail()Gets the email address.StringgetFirstName()Gets the first name.StringgetId()Gets the profile identifier.StringgetLanguage()Gets the language.StringgetLastName()Gets the last name.voidsetCompanyName(String value)Sets the name of the company.voidsetCulture(String value)Sets the culture.voidsetDefaultAddress(Address value)Sets the default address for the customer.voidsetEmail(String value)Sets the email address.voidsetFirstName(String value)Sets the first name.voidsetId(String value)Sets the profile identifier.voidsetLanguage(String value)Sets the language.voidsetLastName(String value)Sets the last name.Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
CustomerBillingProfile
public CustomerBillingProfile()
-
-
Method Details
-
getId
Gets the profile identifier.- Returns:
- The profile identifier.
-
setId
Sets the profile identifier.- Parameters:
value- The profile identifier.
-
getFirstName
Gets the first name.- Returns:
- The first name.
-
setFirstName
Sets the first name.- Parameters:
value- The first name.
-
getLastName
Gets the last name.- Returns:
- The last name.
-
setLastName
Sets the last name.- Parameters:
value- The last name.
-
getEmail
Gets the email address.- Returns:
- The email address.
-
setEmail
Sets the email address.- Parameters:
value- The email address.
-
getCulture
Gets the culture.- Returns:
- The culture.
-
setCulture
Sets the culture.- Parameters:
value- The culture.
-
getLanguage
Gets the language.- Returns:
- The language.
-
setLanguage
Sets the language.- Parameters:
value- The language.
-
getCompanyName
Gets the name of the company.- Returns:
- The name of the company.
-
setCompanyName
Sets the name of the company.- Parameters:
value- The name of the company.
-
getDefaultAddress
Gets the default address for the customer.- Returns:
- The default address for the customer.
-
setDefaultAddress
Sets the default address for the customer.- Parameters:
value- The default address for the customer.
-