UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

11 lines (10 loc) 301 B
/** @description The address information corresponding to a specific relay point */ export class RelayPointAddress { relay_point_id!: string; company_name?: string; address_lines!: string[]; city_locality!: string; state_province!: string; postal_code!: string; country_code!: string; }