Selected Payin Method
class SelectedPayinMethod(val kind: String, var paymentDetailsHash: String? = null, val amount: String) : SelectedPaymentMethod
A data class representing the payin method selected.
A data class representing the payin method selected.