/** * Model to represent the detail of NexusTaxTpeGroup and TaxName for Jurisdiction * @export * @class JurisdictionNexusModel */ export declare class JurisdictionNexusModel { /** * @type {string} * @memberof JurisdictionNexusModel */ taxTypeGroupId?: string | undefined; /** * @type {string} * @memberof JurisdictionNexusModel */ nexusTaxTypeGroupId?: string | undefined; /** * @type {string} * @memberof JurisdictionNexusModel */ taxName?: string | undefined; /** * @type {boolean} * @memberof JurisdictionNexusModel */ taxableNexus?: boolean | undefined; }