Class BillingUsagePeriod
Represents billing period.
public sealed record BillingUsagePeriod : IEquatable<BillingUsagePeriod>
- Inheritance
-
BillingUsagePeriod
- Implements
Properties
End
Gets end date of the billing period.
[JsonPropertyName("cycle_end")]
[JsonPropertyOrder(2)]
public DateTimeOffset? End { get; set; }
Property Value
- DateTimeOffset?
End date of the billing period.
Start
Gets start date of the billing period.
[JsonPropertyName("cycle_start")]
[JsonPropertyOrder(1)]
public DateTimeOffset? Start { get; set; }
Property Value
- DateTimeOffset?
Start date of the billing period.