| 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. |