Type alias FixedPricing

FixedPricing: {
    __typename?: "FixedPricing";
    currency: Currency;
    price: Scalars["PositiveFloat"];
}

A simple pricing strategy for listings with fixed prices.

Type declaration

  • Optional __typename?: "FixedPricing"
  • currency: Currency

    The currency at which this price is set.

  • price: Scalars["PositiveFloat"]

    The price in the specified currency at which this item is for sale.

Generated using TypeDoc