Skip to main content

Subscription

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/Subscription.json
cancelAtPeriodEndbooleanrequired
cancelledAtdate-time
createdAtdate-timerequired
currentPeriodEnddate-timerequired
currentPeriodStartdate-timerequired
endsAtdate-time
failedChargeCountint64required
metadata object
property name*any
nextBillingAtdate-timerequired
paymentMethodIDstring
paymentProviderstring
serviceUUIDstringrequired
startedAtdate-timerequired
statusstringrequired
tenantUUIDstringrequired
tierCodestringrequired
updatedAtdate-timerequired
uuidstringrequired
Subscription
{
"$schema": "https://example.com/schemas/Subscription.json",
"cancelAtPeriodEnd": true,
"cancelledAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"currentPeriodEnd": "2024-07-29T15:51:28.071Z",
"currentPeriodStart": "2024-07-29T15:51:28.071Z",
"endsAt": "2024-07-29T15:51:28.071Z",
"failedChargeCount": 0,
"metadata": {},
"nextBillingAt": "2024-07-29T15:51:28.071Z",
"paymentMethodID": "string",
"paymentProvider": "string",
"serviceUUID": "string",
"startedAt": "2024-07-29T15:51:28.071Z",
"status": "string",
"tenantUUID": "string",
"tierCode": "string",
"updatedAt": "2024-07-29T15:51:28.071Z",
"uuid": "string"
}