NextBillingCycleDetails Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. NextBillingCycleDetails
- com.
Implements
public final class NextBillingCycleDetails
implements JsonSerializable<NextBillingCycleDetails>
Billing cycle details of the product.
Constructor Summary
| Constructor | Description |
|---|---|
| NextBillingCycleDetails() |
Creates an instance of Next |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
billingFrequency()
Get the billing |
|
static
Next |
fromJson(JsonReader jsonReader)
Reads an instance of Next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NextBillingCycleDetails
public NextBillingCycleDetails()
Creates an instance of NextBillingCycleDetails class.
Method Details
billingFrequency
public String billingFrequency()
Get the billingFrequency property: Billing frequency of the product under the subscription.
Returns:
fromJson
public static NextBillingCycleDetails fromJson(JsonReader jsonReader)
Reads an instance of NextBillingCycleDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.