Skip to content

quoteSeatPrice

Pure exact seat price estimate; does not create a checkout, reserve capacity, or authorize a subscription change.

const quoteSeatPrice: (input) => Effect.Effect<SeatPriceQuote, SeatPriceQuoteError>;

typeof SeatPriceQuoteInput.Encoded

Effect.Effect<SeatPriceQuote, SeatPriceQuoteError>