BillingPrice: {
    __typename?: "BillingPrice";
    amount: Scalars["Int"];
    currency: Scalars["String"];
    id: Scalars["ID"];
    product: BillingProduct;
    recurring: BillingPriceRecurring;
}

A price available for a billing plan

Type declaration

  • Optional __typename?: "BillingPrice"
  • amount: Scalars["Int"]

    The amount of this price

  • currency: Scalars["String"]

    The currency used for this price

  • id: Scalars["ID"]

    The unique id for this price

  • product: BillingProduct

    The product corres

  • recurring: BillingPriceRecurring

    Recurrence details of the price

Generated using TypeDoc