MonetaryCredit Class
Indicates that this is a monetary credit offer.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.commerce.models._models_py3.OfferTermInfoMonetaryCredit
Constructor
MonetaryCredit(*, effective_date: datetime | None = None, credit: float | None = None, excluded_meter_ids: List[str] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
Required. Name of the offer term.Constant filled by server. Possible values include: "Recurring Charge", "Monetary Commitment", "Monetary Credit". |
effective_date
Required
|
Indicates the date from which the offer term is effective. |
credit
Required
|
The amount of credit provided under the terms of the given offer level. |
excluded_meter_ids
Required
|
An array of meter ids that are excluded from the given offer terms. |
Keyword-Only Parameters
Name | Description |
---|---|
effective_date
Required
|
|
credit
Required
|
|
excluded_meter_ids
Required
|
|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python