BillingProduct: {
    __typename?: "BillingProduct";
    description?: Maybe<Scalars["String"]>;
    id: Scalars["ID"];
    name: Scalars["String"];
}

A product corresponding to a price

Type declaration

  • Optional __typename?: "BillingProduct"
  • Optional description?: Maybe<Scalars["String"]>

    The description for this product

  • id: Scalars["ID"]

    The unique id for this product

  • name: Scalars["String"]

    The name of this product

Generated using TypeDoc