creditNote
Graphql fields and variables for the creditNote query
Scope required: billing:read
For a complete list of possible response fields see the CreditNote type.
query creditNote ($id: ID, $code: String, $format: String) {
creditNote (id: $id, code: $code, format: $format) {
accountId
amount
amountApplied
amountUnapplied
createdAt
creditedInvoiceId
currencyId
description
disputeReasonId
entityId
id
isCredit
isLegacy
issuedAt
number
subtotal
taxAmount
updatedAt
uuid
warrenId
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?