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
|
Default value: None
|
|
credit
|
Default value: None
|
|
excluded_meter_ids
|
Default value: None
|