subscriptionCharge
Graphql fields and variables for the subscriptionCharge query
Scope required: billing:read
For a complete list of possible response fields see the SubscriptionCharge type.
query subscriptionCharge ($id: ID, $code: String, $format: String) {
subscriptionCharge (id: $id, code: $code, format: $format) {
amount
createdAt
discount
discountedPrice
endDate
expired
fullyBilled
id
invoiceLineText
isAmendment
isRamp
name
periodPrice
price
priceDecimals
priceListChargeId
priceListId
prorationRate
quantity
quantityMax
quantityMin
selfServiceQuantity
startDate
subscriptionId
subtotal
taxAmount
tieredAveragePrice
trial
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?