invoice_item_obj

Struct describing a billing record.

Data Type

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

Field

  • product
    string
    Product description.
  • until
    string
    Showing invoice record period if applicable.
  • fee
    double
    Single price.
  • discount
    double
    Deductions discount.
  • items
    double
    Number.
  • subtotal
    double
    Total amount of the item.
Was this article helpful?

Related Articles