/** * Status Output Model * @export * @class ItemTaxCodeRecommendationStatusModel */ export declare class ItemTaxCodeRecommendationStatusModel { /** * @type {string} * @memberof ItemTaxCodeRecommendationStatusModel */ name?: string | undefined; /** * @type {string} * @memberof ItemTaxCodeRecommendationStatusModel */ description?: string | undefined; }