PaymentInstrumentsParameters

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

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?, paymentOption: PaymentOptionType?)

Properties

Link copied to clipboard
Link copied to clipboard