PaymentInstrumentsParameters

data class PaymentInstrumentsParameters(val instrumentType: InstrumentType? = null, val paymentOption: PaymentOptionType? = null)

Data class containing the filter parameters for a PaymentInstruments request

Parameters

instrumentType

Instrument type filter.

paymentOption

Payment option filter.

Constructors

Link copied to clipboard
constructor(instrumentType: InstrumentType? = null, paymentOption: PaymentOptionType? = null)

Properties

Link copied to clipboard
Link copied to clipboard