UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 193 B
/** * Latitude * * Latitude value from the coordinates of the payment location (as received from the payment terminal reader). */ export type Lat = number; //# sourceMappingURL=lat.d.ts.map