invoice
Graphql fields and variables for the invoice query
Scope required: billing:read
For a complete list of possible response fields see the Invoice type.
query invoice ($id: ID) {
invoice (id: $id) {
accountId
amount
amountDue
amountPaid
baseCurrencyId
baseCurrencyTotal
couponApplied
createdAt
credits
currencyId
description
dueAt
hasPaymentMethod
id
internalNotes
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
paymentFailedAt
paymentFailureReason
poNumber
portalUrl
quoteId
sendInvoiceTo
smallUnitAmountDue
subtotal
taxAmount
taxRate
updatedAt
url
uuid
}
}Arguments
Name
Type
Description
id
ID
Response
Last updated
Was this helpful?
