QuoteData

class QuoteData(val expiresAt: OffsetDateTime, val payin: QuoteDetails, val payout: QuoteDetails) : MessageData

A data class implementing MessageData that represents the contents of a Quote.

Constructors

Link copied to clipboard
constructor(expiresAt: OffsetDateTime, payin: QuoteDetails, payout: QuoteDetails)

Properties

Link copied to clipboard

When this quote expires. ISO8601 timestamp

Link copied to clipboard

the amount of payin currency that the PFI will receive

Link copied to clipboard

the amount of payout currency that Alice will receive