interface PaymentInstrument {
    customerId?: string;
    id?: string;
    instrumentType: InstrumentType;
    status?: PaymentInstrumentStatus;
}

Hierarchy (view full)

Properties

customerId?: string
id?: string
instrumentType: InstrumentType

Generated using TypeDoc