BillingPlan: {
    __typename?: "BillingPlan";
    id: Scalars["ID"];
    price?: Maybe<BillingPrice>;
    quantity: Scalars["Int"];
}

A billing plan

Type declaration

  • Optional __typename?: "BillingPlan"
  • id: Scalars["ID"]

    The identifier for this plan

  • Optional price?: Maybe<BillingPrice>

    The price of this plan

  • quantity: Scalars["Int"]

    The quantity

Generated using TypeDoc