subscriptionCharge
Graphql fields and variables for the subscriptionCharge query
query subscriptionCharge ($id: ID, $code: String, $format: String) {
subscriptionCharge (id: $id, code: $code, format: $format) {
amount
code
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
Response
Last updated
Was this helpful?
