public final class AccountsConsumePurchaseResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
AccountsConsumePurchaseResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAccountId() |
Get Account id
|
Number |
getAmountCents() |
Get Amount cents
|
String |
getApplicationId() |
Get Application Id
|
String |
getCanceledAt() |
Get Purchase canceled at
|
AccountsConsumePurchaseResponseCard |
getCard() |
Get Card information
|
String[] |
getConsumedIds() |
Get Consumed Ids
|
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)
|
String |
getSubscriptionEndAt() |
Get Subscription end at
|
String[] |
getUserIds() |
Get User Ids
|
String |
toString() |
getOtherPropertiespublic final String getId()
public final String[] getUserIds()
public final String[] getConsumedIds()
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 String getApplicationId()
public final Number getState()
public final String getCanceledAt()
public final String getSubscriptionEndAt()
public final Number getAmountCents()
public final AccountsConsumePurchaseResponseCard getCard()
Copyright © 2021. All rights reserved.