LotProperties Class

The lot properties.

Constructor

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

Variables

Name Description
original_amount

The original amount of a lot, Note: This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment.

closed_balance

The balance as of the last invoice.

source

The source of the lot. Known values are: "PurchasedCredit", "PromotionalCredit", and "ConsumptionCommitment".

start_date

The date when the lot became effective.

expiration_date

The expiration date of a lot.

po_number
str

The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots.

purchased_date

The date when the lot was added.

status
str or Status

The status of the lot. Known values are: "None", "Active", "Inactive", "Expired", "Complete", and "Canceled".

credit_currency
str

The currency of the lot.

billing_currency
str

The billing currency of the lot.

original_amount_in_billing_currency

The original amount of a lot in billing currency, Note: This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment.

closed_balance_in_billing_currency

The balance as of the last invoice in billing currency.

reseller

The reseller of the lot.

is_estimated_balance

If true, the listed details are based on an estimation and it will be subjected to change.

e_tag
str

The eTag for the resource.

organization_type

The organization type of the lot. Known values are: "Primary" and "Contributor".

used_amount

Amount consumed from the commitment.

Attributes

billing_currency

The billing currency of the lot.

billing_currency: str | None

closed_balance

The balance as of the last invoice.

closed_balance: _models.Amount | None

closed_balance_in_billing_currency

The balance as of the last invoice in billing currency.

closed_balance_in_billing_currency: _models.AmountWithExchangeRate | None

credit_currency

The currency of the lot.

credit_currency: str | None

e_tag

The eTag for the resource.

e_tag: str | None

expiration_date

The expiration date of a lot.

expiration_date: datetime | None

is_estimated_balance

If true, the listed details are based on an estimation and it will be subjected to change.

is_estimated_balance: bool | None

organization_type

"Primary" and "Contributor".

organization_type: str | _models.OrganizationType | None

original_amount

This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment.

original_amount: _models.Amount | None

original_amount_in_billing_currency

This will not be returned for Contributor Organization Type in Multi-Entity consumption commitment.

original_amount_in_billing_currency: _models.AmountWithExchangeRate | None

po_number

The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots.

po_number: str | None

purchased_date

The date when the lot was added.

purchased_date: datetime | None

reseller

The reseller of the lot.

reseller: _models.Reseller | None

source

"PurchasedCredit", "PromotionalCredit", and "ConsumptionCommitment".

source: str | _models.LotSource | None

start_date

The date when the lot became effective.

start_date: datetime | None

status

"None", "Active", "Inactive", "Expired", "Complete", and "Canceled".

status: str | _models.Status | None

used_amount

Amount consumed from the commitment.

used_amount: _models.Amount | None