UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

9 lines (8 loc) 252 B
import { Address } from './address'; /** * @description This model represents information for who is being billed */ export interface BillTo extends Address { /** @description The email address of the person being billed */ email?: string; }