UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

5 lines 288 B
/** * The pairing code is a 8 or 9 character alphanumeric string that is displayed on a SumUp Device after initiating the pairing. It is used to link the physical device to the created pairing. */ export type ReaderPairingCode = string; //# sourceMappingURL=reader-pairing-code.d.ts.map