RecurringCharge interface
Indicates a recurring charge is present for this offer.
- Extends
Properties
name | Polymorphic discriminator, which specifies the different types this object can be |
recurring |
The amount of recurring charge as per the offer term. |
Inherited Properties
effective |
Indicates the date from which the offer term is effective. |
Property Details
name
Polymorphic discriminator, which specifies the different types this object can be
name: "Recurring Charge"
Property Value
"Recurring Charge"
recurringCharge
The amount of recurring charge as per the offer term.
recurringCharge?: number
Property Value
number
Inherited Property Details
effectiveDate
Indicates the date from which the offer term is effective.
effectiveDate?: Date
Property Value
Date
Inherited From OfferTermInfoAutoGenerated.effectiveDate