Companion
object Companion
Functions
Link copied to clipboard
fun withCryptoAmount(channelId: String, cryptoCurrency: String, cryptoAmount: String, quoted: Boolean? = null, form: Map<String, Any>? = null, fiatCurrency: String? = null, paymentMethodId: String? = null, formSessionId: String? = null, businessFee: NoahBusinessFee? = null): NoahGetPayoutQuoteRequest
Creates a quote request specifying the crypto amount to sell.
Link copied to clipboard
fun withFiatAmount(channelId: String, cryptoCurrency: String, fiatAmount: String, quoted: Boolean? = null, form: Map<String, Any>? = null, fiatCurrency: String? = null, paymentMethodId: String? = null, formSessionId: String? = null, businessFee: NoahBusinessFee? = null): NoahGetPayoutQuoteRequest
Creates a quote request specifying the fiat amount to receive.