UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

9 lines (7 loc) 282 B
import { LatLong } from '../tracking/lat-long'; import { AddressBase } from './address-base'; /** @description The basic address type related to service points */ export class ServicePointAddress extends AddressBase { /** @description Geographical location */ geo?: LatLong; }