object BillingPeriod
Fields
| Field | Type | Description |
|---|---|---|
start | ISODateTime | Start as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
end | ISODateTime | End as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
- Bill Type
Example
{
"start": "2026-07-09T15:30:00Z",
"end": "2026-07-09T15:30:00Z"
}