bill-subs-api_current_period_end

The end of the current period and also when the next billing is due.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-current-period-end-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_current_period_end",
  "title": "bill-subs-api_current_period_end",
  "description": "The end of the current period and also when the next billing is due.",
  "example": "2014-03-31T12:20:00Z",
  "format": "date-time",
  "readOnly": true,
  "type": "string"
}