public final class CompaniesGetCompanyOneTimeAppPurchasesResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
accountId |
Account id
|
Number |
amountCents |
Amount cents
|
String |
canceledAt |
Purchase canceled at
|
CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard |
card |
Card information
|
String |
group |
Group
|
String |
id |
Purchase Id
|
String |
planId |
Plan id
|
String |
planName |
Plan name
|
Number |
planType |
Plan type (0-RECURRING, 1-CONSUMABLE, 2-ONE_TIME)
|
Number |
seats |
Number of seats
|
Number |
state |
Purchase state (1-DELETED, 2-CANCELED, 3-UNPAID, 4-PAST_DUE, 5-TRIALING, 6-ACTIVE, 7-CONSUMED)
|
CompaniesGetCompanyOneTimeAppPurchasesResponseItemsSubscribers[] |
subscribers |
List of subscribers included in this individual purchase
|
String |
subscriptionEndAt |
Subscription end at
|
| Constructor | Description |
|---|---|
CompaniesGetCompanyOneTimeAppPurchasesResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAccountId() |
Get Account id
|
Number |
getAmountCents() |
Get Amount cents
|
String |
getCanceledAt() |
Get Purchase canceled at
|
CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard |
getCard() |
Get Card information
|
String |
getGroup() |
Get Group
|
String |
getId() |
Get Purchase Id
|
String |
getPlanId() |
Get Plan id
|
String |
getPlanName() |
Get Plan name
|
Number |
getPlanType() |
Get Plan type (0-RECURRING, 1-CONSUMABLE, 2-ONE_TIME)
|
Number |
getSeats() |
Get Number of seats
|
Number |
getState() |
Get Purchase state (1-DELETED, 2-CANCELED, 3-UNPAID, 4-PAST_DUE, 5-TRIALING, 6-ACTIVE, 7-CONSUMED)
|
CompaniesGetCompanyOneTimeAppPurchasesResponseItemsSubscribers[] |
getSubscribers() |
Get List of subscribers included in this individual purchase
|
String |
getSubscriptionEndAt() |
Get Subscription end at
|
String |
toString() |
getOtherPropertiespublic String id
public Number seats
public String accountId
public String planId
public Number planType
public String planName
public String group
public Number state
public String canceledAt
public String subscriptionEndAt
public Number amountCents
public CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard card
public CompaniesGetCompanyOneTimeAppPurchasesResponseItemsSubscribers[] subscribers
public CompaniesGetCompanyOneTimeAppPurchasesResponseItems()
public final String getId()
public final Number getSeats()
public final String getAccountId()
public final String getPlanId()
public final Number getPlanType()
public final String getPlanName()
public final String getGroup()
public final Number getState()
public final String getCanceledAt()
public final String getSubscriptionEndAt()
public final Number getAmountCents()
public final CompaniesGetCompanyOneTimeAppPurchasesResponseItemsCard getCard()
public final CompaniesGetCompanyOneTimeAppPurchasesResponseItemsSubscribers[] getSubscribers()
Copyright © 2021. All rights reserved.