UsageRecordBase 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 records.
public abstract class UsageRecordBase : Microsoft.Store.PartnerCenter.Models.ResourceBase
type UsageRecordBase = class
inherit ResourceBase
Public MustInherit Class UsageRecordBase
Inherits ResourceBase
- Inheritance
- Derived
Constructors
UsageRecordBase() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
CurrencyCode |
Gets or sets the currency code. |
CurrencyLocale |
Gets or sets the currency locale. |
LastModifiedDate |
Gets or sets the date the usage record was last modified. |
ResourceId |
Gets or sets the resource unique identifier. |
ResourceName |
Gets or sets the name of the resource. |
TotalCost |
Gets or sets the estimated total cost of usage. |
USDTotalCost |
Gets or sets the estimated total cost in USD. |