UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

7 lines (6 loc) 196 B
/** @description Used for indicating whether an address is residential or commercial */ export declare enum AddressResidentialIndicator { Unknown = "unknown", Yes = "yes", No = "no" }