AeroDataBox · JSON Structure

Aerodatabox Subscription Billing Type Structure

Flight alert subscription billing type

Possible values:

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

SubscriptionBillingType is a JSON Structure definition published by AeroDataBox. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-subscription-billing-type-structure.json",
  "description": "Flight alert subscription billing type<p>Possible values:</p>\r\n<ul>\r\n<li><b>0 - LifetimeBased</b>: Subscription billed upon creation based on the life-time with set expiration date-time (BEING DEPRECATED)</li>\r\n<li><b>1 - CreditBased</b>: Subscription with no expiration date, billed based on the amount of notifications sent</li>\r\n</ul>\r\n",
  "type": "string",
  "enum": [
    "LifetimeBased",
    "CreditBased"
  ],
  "name": "SubscriptionBillingType"
}