UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

7 lines (6 loc) 252 B
import { AddressBase } from './address-base'; import { TaxIdentifier } from '../taxes/tax-identifier'; export interface ShipTo extends AddressBase { /** @description Tax IDs associated with the consignee */ tax_identifiers?: TaxIdentifier[]; }