SubscriptionDailyUsageRecord 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 daily usage record of a specific subscription.
public sealed class SubscriptionDailyUsageRecord : Microsoft.Store.PartnerCenter.Models.Usage.UsageRecordBase
type SubscriptionDailyUsageRecord = class
inherit UsageRecordBase
Public NotInheritable Class SubscriptionDailyUsageRecord
Inherits UsageRecordBase
- Inheritance
Constructors
SubscriptionDailyUsageRecord() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
CurrencyCode |
Gets or sets the currency code. (Inherited from UsageRecordBase) |
CurrencyLocale |
Gets or sets the currency locale. (Inherited from UsageRecordBase) |
DateUsed |
Gets or sets the usage date. |
LastModifiedDate |
Gets or sets the date the usage record was last modified. (Inherited from UsageRecordBase) |
ResourceId |
Gets or sets the subscription ID. |
ResourceName |
Gets or sets the subscription name. |
TotalCost |
Gets or sets the estimated total cost of daily usage for the subscription. |
USDTotalCost |
Gets or sets the estimated total cost in USD. (Inherited from UsageRecordBase) |