CreateSelectedPayoutMethod

class CreateSelectedPayoutMethod(val kind: String, val paymentDetails: Map<String, Any>? = null) : CreateSelectedPaymentMethod

A data class representing the payin method selected, including the cleartext payout details.

Constructors

Link copied to clipboard
constructor(kind: String, paymentDetails: Map<String, Any>? = null)

Properties

Link copied to clipboard

type of payment method

Link copied to clipboard
val paymentDetails: Map<String, Any>? = null

An object containing the properties defined in an Offering's requiredPaymentDetails json schema