Selected Payout Method
class SelectedPayoutMethod(val kind: String, var paymentDetailsHash: String? = null) : SelectedPaymentMethod
A data class representing the payout method selected.
A data class representing the payout method selected.