Payment Instrument Parameters
data class PaymentInstrumentParameters(val instrumentId: String, val instrumentType: InstrumentType)
Data class containing the parameters for a PaymentInstrument request
Parameters
instrument Id
The id of the instrument.
instrument Type
The type of the instrument.