FundsSourceRequest

@Serializable
data class FundsSourceRequest(val paymentMethodUuid: String? = null, val walletUuid: String? = null)

Funds source.

Constructors

Link copied to clipboard
constructor(paymentMethodUuid: String? = null, walletUuid: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "payment_method_uuid")
val paymentMethodUuid: String? = null

Payments method unique identifier

Link copied to clipboard
@SerialName(value = "wallet_uuid")
val walletUuid: String? = null

Wallet unique identifier