UsageSummaryBase 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.
Defines the common properties for all usage summary.
public abstract class UsageSummaryBase : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type UsageSummaryBase = class
inherit ResourceBaseWithLinks<StandardResourceLinks>
Public MustInherit Class UsageSummaryBase
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
- Inheritance
- Derived
Constructors
UsageSummaryBase() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
BillingEndDate |
Gets or sets the end date of the current billing period. |
BillingStartDate |
Gets or sets the start date of the current billing period. |
CurrencyCode |
Gets or sets the currency code. |
CurrencyLocale |
Gets or sets the currency locale. |
LastModifiedDate |
Gets or sets the date the usage summary was last modified. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
ResourceId |
Gets or sets the resource unique identifier. |
ResourceName |
Gets or sets the name of the resource. |
TotalCost |
Gets or sets the total estimated cost based on current usage from the start of the billing period. |
USDTotalCost |
Gets or sets the estimated total cost in USD. |