RecurringCharge Class
- java.
lang. Object - com.
azure. resourcemanager. commerce. models. OfferTermInfo - com.
azure. resourcemanager. commerce. models. RecurringCharge
- com.
- com.
public final class RecurringCharge
extends OfferTermInfo
Indicates a recurring charge is present for this offer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recurring |
fromJson(JsonReader jsonReader)
Reads an instance of Recurring |
|
Offer |
name()
Get the name property: Name of the offer term. |
| Integer |
recurringCharge()
Get the recurring |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from OfferTermInfo
Methods inherited from java.lang.Object
Method Details
fromJson
public static RecurringCharge fromJson(JsonReader jsonReader)
Reads an instance of RecurringCharge from the JsonReader.
Parameters:
Returns:
Throws:
name
public OfferTermInfoName name()
Get the name property: Name of the offer term.
Overrides:
RecurringCharge.name()Returns:
recurringCharge
public Integer recurringCharge()
Get the recurringCharge property: The amount of recurring charge as per the offer term.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RecurringCharge.toJson(JsonWriter jsonWriter)Parameters:
Throws: