SelectedPayinMethod

class SelectedPayinMethod(val kind: String, var paymentDetailsHash: String? = null, val amount: String) : SelectedPaymentMethod

A data class representing the payin method selected.

Constructors

Link copied to clipboard
constructor(kind: String, paymentDetailsHash: String? = null, amount: String)

Properties

Link copied to clipboard

Amount of currency Alice wants to pay in exchange for payout currency

Link copied to clipboard

type of payment method

Link copied to clipboard