subscription

Graphql fields and variables for the subscription query

Scope required: billing:read

For a complete list of possible response fields see the Subscription type.

query subscription ($id: ID, $code: String, $format: String) {
  subscription (id: $id, code: $code, format: $format) {
    accountId
    cancellationDate
    createdAt
    currencyId
    endDate
    evergreen
    id
    name
    period
    priceAdjustmentAllowed
    priceAdjustmentLastDate
    priceAdjustmentPercentage
    priceListId
    provisioningRequired
    rampIntervalMonths
    renewalSummary
    renewalTermMonths
    startDate
    trialEndDate
    trialPeriod
    trialStartDate
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?