VirtualInstrumentRequest

data class VirtualInstrumentRequest(val instrumentType: VirtualInstrumentType, val accountId: String)

Data class represents a request for a virtual instrument assignment.

Constructors

Link copied to clipboard
constructor(instrumentType: VirtualInstrumentType, accountId: String)

Properties

Link copied to clipboard

Id of the account linked to the virtual instrument.

Link copied to clipboard

Virtual payment instrument type.