SavingsPlanOrderModelProperties Class
Savings plan order properties.
Constructor
SavingsPlanOrderModelProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
display_name
|
Display name. |
|
provisioning_state
|
The provisioning state of the savings plan, e.g. Succeeded. |
|
billing_scope_id
|
Subscription that will be charged for purchasing SavingsPlan. |
|
billing_profile_id
|
Fully-qualified identifier of the billing profile where the savings plan is applied. Present only for Field-led or Customer-led customers. |
|
customer_id
|
Fully-qualified identifier of the customer where the savings plan is applied. Present only for Partner-led customers. |
|
billing_account_id
|
Fully-qualified identifier of the billing account where the savings plan is applied. |
|
term
|
Represents the Savings plan term in ISO 8601 format. Known values are: "P1Y", "P3Y", and "P5Y". |
|
billing_plan
|
str or
BillingPlan
Represents the billing plan in ISO 8601 format. Required only for monthly purchases. "P1M" |
|
benefit_start_time
|
DateTime when the savings plan benefit started. |
|
expiry_date_time
|
DateTime when the savings plan will expire. |
|
plan_information
|
Information describing the type of billing plan for this savings plan. |
|
savings_plans
|
|
|
extended_status_info
|
Extended status information. |
|
product_code
|
Represents UPN. |
Attributes
benefit_start_time
DateTime when the savings plan benefit started.
benefit_start_time: datetime | None
billing_account_id
Fully-qualified identifier of the billing account where the savings plan is applied.
billing_account_id: str | None
billing_plan
Represents the billing plan in ISO 8601 format. Required only for monthly purchases. "P1M"
billing_plan: str | _models.BillingPlan | None
billing_profile_id
Fully-qualified identifier of the billing profile where the savings plan is applied. Present only for Field-led or Customer-led customers.
billing_profile_id: str | None
billing_scope_id
Subscription that will be charged for purchasing SavingsPlan.
billing_scope_id: str | None
customer_id
Fully-qualified identifier of the customer where the savings plan is applied. Present only for Partner-led customers.
customer_id: str | None
display_name
Display name.
display_name: str | None
expiry_date_time
DateTime when the savings plan will expire.
expiry_date_time: datetime | None
extended_status_info
Extended status information.
extended_status_info: _models.ExtendedStatusInfo | None
plan_information
Information describing the type of billing plan for this savings plan.
plan_information: _models.BillingPlanInformation | None
product_code
Represents UPN.
product_code: str | None
provisioning_state
The provisioning state of the savings plan, e.g. Succeeded.
provisioning_state: str | None
savings_plans
savings_plans: list[str] | None
term
"P1Y", "P3Y", and "P5Y".
term: str | _models.SavingsPlanTerm | None