@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
18 lines • 754 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxIdentifier = void 0;
/** @description Entity representing a Tax Identification number, type, and country of registration */
class TaxIdentifier {
/** @description Identification number */
id;
/** @description The Tax ID type */
type;
/** @deprecated This property has been deprecated, please use registration_country instead */
registration_county;
/** @description The country where the Tax ID is registered with */
registration_country;
/** @description Description of the tax ID that may give the customs agent more context */
description;
}
exports.TaxIdentifier = TaxIdentifier;
//# sourceMappingURL=tax-identifier.js.map