SelectedPayoutMethod

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

A data class representing the payout method selected.

Constructors

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

Properties

Link copied to clipboard

type of payment method

Link copied to clipboard