BillingProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a partner's billing profile.
public sealed class BillingProfile : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type BillingProfile = class
inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class BillingProfile
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
- Inheritance
Constructors
BillingProfile() |
Initializes a new instance of the BillingProfile class. |
Properties
Address |
Gets or sets the billing address. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
BillingCurrency |
Gets or sets the billing currency. |
BillingDay |
Gets or sets the billing day. |
CompanyName |
Gets or sets the billing company name. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
PrimaryContact |
Gets or sets the billing primary contact. |
PurchaseOrderNumber |
Gets or sets the purchase order number. |
TaxId |
Gets or sets the tax Id. |