/**
 * 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