RecurringCharge Class

Indicates a recurring charge is present for this offer.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.commerce.models._models_py3.OfferTermInfo
RecurringCharge

Constructor

RecurringCharge(*, effective_date: Optional[datetime.datetime] = None, recurring_charge: Optional[int] = None, **kwargs)

Parameters

name
str or OfferTermInfoEnum
Required

Required. Name of the offer term.Constant filled by server. Possible values include: "Recurring Charge", "Monetary Commitment", "Monetary Credit".

effective_date
datetime
Required

Indicates the date from which the offer term is effective.

recurring_charge
int
Required

The amount of recurring charge as per the offer term.