Graphql fields and variables for the creditNote query
Last updated 1 month ago
Was this helpful?
Scope required: billing:read
For a complete list of possible response fields see the 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 } }
id
ID
code
String
format