UNPKG

shipstation-client

Version:
35 lines (34 loc) 903 B
/** * ShipStation API v2 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @enum {string} */ export declare const TermsOfTradeCode: { readonly Exw: "exw"; readonly Fca: "fca"; readonly Cpt: "cpt"; readonly Cip: "cip"; readonly Dpu: "dpu"; readonly Dap: "dap"; readonly Ddp: "ddp"; readonly Fas: "fas"; readonly Fob: "fob"; readonly Cfr: "cfr"; readonly Cif: "cif"; readonly Ddu: "ddu"; readonly Daf: "daf"; readonly Deq: "deq"; readonly Des: "des"; }; export type TermsOfTradeCode = typeof TermsOfTradeCode[keyof typeof TermsOfTradeCode];