Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 3.49 KB

File metadata and controls

15 lines (12 loc) · 3.49 KB

BillingStatement

Fields

Field Type Required Description
object BillingStatementObject ✔️ String representing the object's type. Objects of the same type share the same value.
id String ✔️ Unique identifier for the billing statement.
instanceId String ✔️ The ID of the instance this statement belongs to.
timestamp long ✔️ Unix timestamp (in milliseconds) when the statement was created.
payer CommercePayerResponse ✔️ N/A
status BillingStatementStatus ✔️ The current status of the statement.
totals BillingStatementTotals ✔️ Totals for the statement.
groups List<Groups> ✔️ Array of statement groups.