interface PaymentInstrumentParameters {
    instrumentId: string;
    instrumentType: InstrumentType;
}

Properties

instrumentId: string
instrumentType: InstrumentType

Generated using TypeDoc