Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 2.55 KB

File metadata and controls

13 lines (11 loc) · 2.55 KB

InvoiceItemsInvoiceItemBody

Properties

Name Type Required Description
days_until_due float Number of days the customer has for paying this invoice. Integer.
description str Description of the invoice.
due_date float The date payment is due on this invoice. This value is calculated from the date the invoice is created, plus the number of days specified in the days_until_due field. Relevant when billing is send_invoice. Format is in Unix time.
metadata dict A JSON object defined by the client.
payment_fields dict Additional payment_options.
statement_descriptor str Description of the invoice for the customer's credit card statement. Limited to 22 characters.
tax_percent float The percentage tax rate that is applied to the subtotal of the invoice, after subtracting all discounts. Decimal, up to four decimal places. Range: 0-100