public final class BillingGetClientPlansResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Number |
amountCents |
Amount in cents
|
String |
applicationId |
application id
|
String |
description |
Plan description
|
Map |
discountInfo |
Information about discount
|
String |
group |
Plan group
|
Boolean |
hidden |
is hidden
|
String |
id |
plan Id
|
String |
interval |
charge interval month or year
|
Number |
planType |
plan type (0-RECURRING, 1-CONSUMABLE, 2-ONE_TIME)
|
Number |
trialPeriodDays |
trial period days
|
| Constructor | Description |
|---|---|
BillingGetClientPlansResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
Number |
getAmountCents() |
Get Amount in cents
|
String |
getApplicationId() |
Get application id
|
String |
getDescription() |
Get Plan description
|
Map |
getDiscountInfo() |
Get Information about discount
|
String |
getGroup() |
Get Plan group
|
Boolean |
getHidden() |
Get is hidden
|
String |
getId() |
Get plan Id
|
String |
getInterval() |
Get charge interval month or year
|
Number |
getPlanType() |
Get plan type (0-RECURRING, 1-CONSUMABLE, 2-ONE_TIME)
|
Number |
getTrialPeriodDays() |
Get trial period days
|
String |
toString() |
getOtherPropertiespublic String id
public Number amountCents
public String interval
public String description
public String group
public Map discountInfo
public Boolean hidden
public String applicationId
public Number planType
public Number trialPeriodDays
public final String getId()
public final Number getAmountCents()
public final String getInterval()
public final String getDescription()
public final String getGroup()
public final Map getDiscountInfo()
public final Boolean getHidden()
public final String getApplicationId()
public final Number getPlanType()
public final Number getTrialPeriodDays()
Copyright © 2021. All rights reserved.