Preview

TaxReport is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

TaxReport

Definition of a tax report

This page contains

    Fields

    id: ID!
    taxType: TaxType PREVIEW
    transactionId: String
    invoiceNumber: String
    consumer: Party PREVIEW
    strategy: String
    currency: String
    chargedAmount: Decimal
    totalTaxAmount: Decimal
    details: [TaxReportDetail!] PREVIEW
    summary: [TaxReportSummary!] PREVIEW
    status: String
    voidDate: Date
    metadata: JSON

    Parent objects of TaxReport

    Invoice PREVIEW

    Definition of an invoice

    Queries for TaxReport

    invoice PREVIEW

    Retrieve an invoice by id