Payment Instruments Parameters
data class PaymentInstrumentsParameters(val instrumentType: InstrumentType? = null, val paymentOption: PaymentOptionType? = null)
Data class containing the filter parameters for a PaymentInstruments request
Parameters
instrument Type
Instrument type filter.
payment Option
Payment option filter.