ServiceCostsSummary Class

Definition

Represents a service costs summary for a customer.

public sealed class ServiceCostsSummary : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.ServiceCosts.ServiceCostsSummaryLinks>
type ServiceCostsSummary = class
    inherit ResourceBaseWithLinks<ServiceCostsSummaryLinks>
Public NotInheritable Class ServiceCostsSummary
Inherits ResourceBaseWithLinks(Of ServiceCostsSummaryLinks)
Inheritance

Constructors

ServiceCostsSummary()

Properties

AfterTaxTotal

Gets or sets the total = pretax + tax for the customer.

Attributes

Gets the attributes.

(Inherited from ResourceBase)
BillingEndDate

Gets or sets the end of the billing period.

BillingStartDate

Gets or sets the start of the billing period.

CurrencyCode

Gets or sets the currency code for the costs.

CurrencySymbol

Gets or sets the currency symbol for the costs.

CustomerId

Gets or sets the customer id.

Details

Gets or sets the service costs summary details.

Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)
PretaxTotal

Gets or sets the pre tax total of costs of the customer.

Tax

Gets or sets the total tax for the customer.

Applies to