Price Class
The price.
- Inheritance
-
azure.mgmt.billing._serialization.ModelPrice
Constructor
Price(*, currency_code: str | None = None, amount: float | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
currency_code
|
The ISO 4217 3-letter currency code for the currency used by this purchase record. |
amount
|
|
Variables
Name | Description |
---|---|
currency_code
|
The ISO 4217 3-letter currency code for the currency used by this purchase record. |
amount
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python