Quote Details
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)