ProductDetails Class

Details of the product that is transferred.

Constructor

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

Variables

Name Description
product_type

Type of the product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS".

product_id
str

The ID of the product that is transferred.

Attributes

product_id

The ID of the product that is transferred.

product_id: str | None

product_type

"AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS".

product_type: str | _models.ProductType | None