QuoteDetails

class QuoteDetails(val currencyCode: String, val amount: String, val fee: String? = null, val paymentInstruction: PaymentInstruction? = null)

A data class representing details for payin and payout amounts.

Constructors

Link copied to clipboard
constructor(currencyCode: String, amount: String, fee: String? = null, paymentInstruction: PaymentInstruction? = null)

Properties

Link copied to clipboard

The amount of currency paid to the PFI or by the PFI excluding fees

Link copied to clipboard

ISO 3166 currency code string

Link copied to clipboard
val fee: String? = null

The amount paid in fees

Link copied to clipboard

Object that describes how to pay the PFI and how to get paid by the PFI (e.g. BTC address, payment link)