PriceSheetProperties Class

The properties of the price sheet.

Constructor

PriceSheetProperties(*args: Any, **kwargs: Any)

Variables

Name Description
billing_period_id
str

The id of the billing period resource that the usage belongs to.

meter_id
str

The meter id (GUID).

meter_details

The details about the meter. By default this is not populated, unless it's specified in $expand.

unit_of_measure
str

Unit of measure.

included_quantity

Included quality for an offer.

part_number
str

Part Number.

unit_price

Unit Price.

currency_code
str

Currency Code.

offer_id
str

Offer Id.

savings_plan

SavingsPlan Details.

Attributes

billing_period_id

The id of the billing period resource that the usage belongs to.

billing_period_id: str | None

currency_code

Currency Code.

currency_code: str | None

included_quantity

Included quality for an offer.

included_quantity: Decimal | None

meter_details

The details about the meter. By default this is not populated, unless it's specified in $expand.

meter_details: _models.MeterDetails | None

meter_id

The meter id (GUID).

meter_id: str | None

offer_id

Offer Id.

offer_id: str | None

part_number

Part Number.

part_number: str | None

savings_plan

SavingsPlan Details.

savings_plan: _models.SavingsPlan | None

unit_of_measure

Unit of measure.

unit_of_measure: str | None

unit_price

Unit Price.

unit_price: Decimal | None