@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
8 lines (6 loc) • 308 B
text/typescript
import { ServicePointAddress } from '../addresses/service-point-address';
/** @description The address information corresponding to a specific service point */
export class ServicePointResponseAddress extends ServicePointAddress {
/** @description Description of the location */
description?: string;
}