invoiceTemplate

Graphql fields and variables for the invoiceTemplate query

Scope required: billing:read

For a complete list of possible response fields see the InvoiceTemplate type.

query invoiceTemplate ($id: ID) {
  invoiceTemplate (id: $id) {
    bankDetails
    enabled
    entityId
    footer
    hideZeroAmounts
    id
    includePaymentLink
    isDefault
    name
    pageSize
    poNumberRequired
    taxNumberLabel
    taxNumberRequired
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?