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
|
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python