Unique identifier of the vendor (user with vendor type) expandable
amount_due int
Final amount due for this bill, in cents. This represents the total amount owed to the vendor.
amount_paid int
The amount that was paid to the vendor, in cents.
amount_remaining int
The amount remaining that is due to the vendor, in cents.
currency string
Three-letter ISO currency code.
created timestamp
Time at which the bill was created. Measured in seconds since the Unix epoch.
description string
An arbitrary string attached to the object. Often useful for displaying to vendors or for internal notes.
footer string
Footer text that appears at the bottom of the bill PDF.
finalized_at timestamp
Time at which the bill status transitioned to open. Measured in seconds since the Unix epoch.
hosted_bill_url string
The URL for the hosted bill page, which allows viewing the bill details. If the bill has not been finalized yet, this will be null.
bill_pdf string
The link to download the PDF for the bill. If the bill has not been finalized yet, this will be null.
metadata object
A set of key-value pairs that you can attach to a bill object. This can be useful for storing additional information about the bill in a structured format.
number string
A unique, identifying string that appears on the bill for reference purposes.
paid bool
Will be set to true if payment was successfully made for this bill. Still available for legacy purposes, please look for paid value on status attribute instead.
period_start timestamp
If set, represents the start of the bill's billing period. Measured in seconds since the Unix epoch.
period_end timestamp
If set, represents the end of the bill's billing period. Measured in seconds since the Unix epoch.
purchase_order string
A purchase order number associated with this bill, if applicable.
status string
The status of the bill, one of: draft, open, or paid
subtotal int
Total of all line items on the bill before any tax is applied, in cents.
total int
Total after taxes, in cents.
paid_at timestamp
Time at which the bill status transitioned to paid. Measured in seconds since the Unix epoch.
voided_at timestamp
Time at which the bill was voided, if applicable. Measured in seconds since the Unix epoch.
created_at timestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
updated_at timestamp
Time at which the object was last updated. Measured in seconds since the Unix epoch.
deleted_at timestamp
If set, the time at which the object was deleted. Measured in seconds since the Unix epoch.