MonetaryCredit interface
Indicates that this is a monetary credit offer.
- Extends
Properties
credit | The amount of credit provided under the terms of the given offer level. |
excluded |
An array of meter ids that are excluded from the given offer terms. |
name | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
effective |
Indicates the date from which the offer term is effective. |
Property Details
credit
The amount of credit provided under the terms of the given offer level.
credit?: number
Property Value
number
excludedMeterIds
An array of meter ids that are excluded from the given offer terms.
excludedMeterIds?: string[]
Property Value
string[]
name
Polymorphic discriminator, which specifies the different types this object can be
name: "Monetary Credit"
Property Value
"Monetary Credit"
Inherited Property Details
effectiveDate
Indicates the date from which the offer term is effective.
effectiveDate?: Date
Property Value
Date
Inherited From OfferTermInfoAutoGenerated.effectiveDate