Class BillingPlan
Represents billing plan details for account.
public sealed record BillingPlan : IEquatable<BillingPlan>
- Inheritance
-
BillingPlan
- Implements
Properties
Name
Gets or sets billing plan name.
[JsonPropertyName("name")]
[JsonPropertyOrder(1)]
public string? Name { get; set; }
Property Value
- string
Billing plan name.