Class BillingProfile
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.partners.BillingProfile
public class BillingProfile extends ResourceBaseWithLinks<StandardResourceLinks>
Represents a partner's billing profile.
-
Constructor Summary
Constructors Constructor Description BillingProfile()Initializes a new instance of the BillingProfile class. -
Method Summary
Modifier and Type Method Description AddressgetAddress()StringgetBillingCurrency()intgetBillingDay()StringgetCompanyName()ContactgetPrimaryContact()StringgetPurchaseOrderNumber()StringgetTaxId()voidsetAddress(Address value)voidsetBillingCurrency(String value)voidsetBillingDay(int value)voidsetCompanyName(String value)voidsetPrimaryContact(Contact value)voidsetPurchaseOrderNumber(String value)voidsetTaxId(String value)Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
BillingProfile
public BillingProfile()Initializes a new instance of the BillingProfile class.
-
-
Method Details
-
getCompanyName
-
setCompanyName
-
getAddress
-
setAddress
-
getPrimaryContact
-
setPrimaryContact
-
getPurchaseOrderNumber
-
setPurchaseOrderNumber
-
getTaxId
-
setTaxId
-
getBillingDay
public int getBillingDay() -
setBillingDay
public void setBillingDay(int value) -
getBillingCurrency
-
setBillingCurrency
-