Graphql fields and variables for the invoiceTemplate query
Last updated 6 months ago
Was this helpful?
Scope required: billing:read
For a complete list of possible response fields see the type.
query invoiceTemplate ($id: ID) { invoiceTemplate (id: $id) { bankDetails enabled entityId footer hideZeroAmounts id includePaymentLink isDefault name poNumberRequired taxNumberLabel taxNumberRequired } }
id
ID