@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
30 lines • 2.05 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImporterOfRecord = void 0;
/** @description Basic structure for a Importer Records */
class ImporterOfRecord {
/** @description Tax Ids associated with the party responsible for ensuring that imported goods comply with all customs and legal requirements of the country of import (importer of record) */
tax_identifiers;
/** @description Indicates Name of the owner or purchaser of the products being imported into a destination country */
name;
/** @description Indicates Company Name of the owner or purchaser of the products being imported into a destination country*/
company_name;
/** @description Indicates address line one of the owner or purchaser of the products being imported into a destination country*/
address_line1;
/** @description Indicates address of the owner or purchaser of the products being imported into a destination country*/
address_line2;
/** @description Indicates City or Locality of the owner or purchaser of the products being imported into a destination country */
city_locality;
/** @description Indicates statate or providence of the owner or purchaser of the products being imported into a destination country */
state_province;
/** @description : Indicates postal code of the owner or purchaser of the products being imported into a destination country*/
postal_code;
/** @description : Indicates country code of the owner or purchaser of the products being imported into a destination country*/
country_code;
/** @description : Indicates phone number of the owner or purchaser of the products being imported into a destination country*/
phone;
/** @description : Email associated with the party responsible for ensuring that imported goods comply with all customs and legal requirements of the country of import (importer of record)*/
email;
}
exports.ImporterOfRecord = ImporterOfRecord;
//# sourceMappingURL=importer-of-record.js.map