UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

16 lines 275 B
/** * Receipt Reader * * Card reader details displayed on the receipt. */ export type ReceiptReader = { /** * Reader serial number. */ code?: string; /** * Reader type. */ type?: string; }; //# sourceMappingURL=receipt-reader.d.cts.map