interface PaymentInstrumentsParameters {
    instrumentType?: InstrumentType;
    paymentOption?: PaymentOptionType;
}

Properties

instrumentType?: InstrumentType
paymentOption?: PaymentOptionType

Generated using TypeDoc