Objects
/AppSubscriptionDetails
AppSubscriptionDetails
Subscription object
Fields
account_id
Int!
Required
The ID of an accountplan_id
String!
Required
The ID of a pricing planpricing_version_id
Int!
Required
The ID of a pricing versionmonthly_price
Float!
Required
The monthly price of the product purchased in the given currency, after applying discountscurrency
String!
Required
The currency, in which the product was purchasedperiod_type
SubscriptionPeriodType!
Required
renewal_date
String
The date the active subscription is set to renew. Equals to null for inactive subscriptionsend_date
String
The date the the inactive subscription ended. Equals to null for active subscriptionsstatus
SubscriptionStatus!
Required
discounts
[SubscriptionDiscount!]!
Required
days_left
Int!
Required
The number of days left until the subscription ends
Built with