interface PriceQuote {
    quoteAmount: Amount<"set">;
    quotePayment: ERef<Payment<"set">>;
}

Properties

quoteAmount: Amount<"set">

Amount whose value is a PriceQuoteValue

quotePayment: ERef<Payment<"set">>

The quoteAmount wrapped as a payment

Generated using TypeDoc