MonetaryCredit Class
Indicates that this is a monetary credit offer.
All required parameters must be populated in order to send to Azure.
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
|
|
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