interface PaymentInstrumentReference {
    id: string;
    instrumentType: InstrumentType;
}

Properties

Properties

id: string
instrumentType: InstrumentType

Generated using TypeDoc