invoice_obj

Struct describing an invoice.

Data type

struct. The values of all the fields are shown below.

Fields

  • reference_no
    string
    The reference and invoice number for the invoice.
  • total
    double
    Invoice total.
  • credits
    double
    LoopiaPREPAID deductions.
  • vat
    double
    VAT amount.
  • to_pay
    double
    Amount to pay, always including tax, if applicable.
  • currency
    string
    Invoice currency.
  • expires
    string
    Invoice due date.
  • items
    invoice_item_obj
    Invoice line items.
Was this article helpful?

Related Articles