subscription
Graphql fields and variables for the subscription query
query GetSubscription ($id: ID, $code: String, $format: String) {
subscription (id: $id, code: $code, format: $format) {
accountId
cancellationDate
createdAt
currencyId
currentPeriod
daysLeftInTrial
endDate
evergreen
id
name
period
priceAdjustmentAllowed
priceAdjustmentLastDate
priceAdjustmentPercentage
priceListId
provisioningRequired
rampIntervalMonths
renewalSummary
renewalTermMonths
startDate
trialEndDate
trialPeriod
trialStartDate
updatedAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
