UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 195 B
/** * Longitude * * Longitude value from the coordinates of the payment location (as received from the payment terminal reader). */ export type Lon = number; //# sourceMappingURL=lon.d.ts.map