PaymentInstrumentParameters

data class PaymentInstrumentParameters(val instrumentId: String, val instrumentType: InstrumentType)

Data class containing the parameters for a PaymentInstrument request

Parameters

instrumentId

The id of the instrument.

instrumentType

The type of the instrument.

Constructors

Link copied to clipboard
constructor(instrumentId: String, instrumentType: InstrumentType)

Properties

Link copied to clipboard
Link copied to clipboard