BillingSubscription: {
    __typename?: "BillingSubscription";
    created: Scalars["String"];
    id: Scalars["ID"];
    modified: Scalars["String"];
    plans: BillingPlan[];
    profile: Profile;
    status: BillingSubscriptionStatus;
}

A billing subscription

Type declaration

  • Optional __typename?: "BillingSubscription"
  • created: Scalars["String"]

    The date when the subscription was created

  • id: Scalars["ID"]

    The unique id for this subscription

  • modified: Scalars["String"]

    The date when the subscription was last modified

  • plans: BillingPlan[]

    The plans attached to this subscription

  • profile: Profile

    Profile that this billing subscription belongs to

  • status: BillingSubscriptionStatus

    The current status of this subscription

Generated using TypeDoc