CreateSelectedPayinMethod

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

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

Constructors

Link copied to clipboard
constructor(kind: String, paymentDetails: Map<String, Any>? = 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
val paymentDetails: Map<String, Any>? = null

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