OfferTermInfo Class
Describes the offer term.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: MonetaryCommitment, MonetaryCredit, RecurringCharge.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelOfferTermInfo
Constructor
OfferTermInfo(*, effective_date: datetime | 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. |
Keyword-Only Parameters
Name | Description |
---|---|
effective_date
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python