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: datetime | None = None, recurring_charge: int | 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.

recurring_charge
Required
int

The amount of recurring charge as per the offer term.

Keyword-Only Parameters

Name Description
effective_date
Required
recurring_charge
Required