{"version":3,"file":"ReimbursementCriterion.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/ReimbursementCriterion.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,sBAAsB;IAQlC,YAAY,OAAwC;QANpD,aAAQ,GAAuB,SAAS,CAAC;QAEzC,SAAI,GAAuB,SAAS,CAAC;QAErC,gBAAW,GAAwB,SAAS,CAAC;QAG5C,IAAI,UAAU,IAAI,OAAO;YAAE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QAC5D,IAAI,MAAM,IAAI,OAAO;YAAE,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QAChD,IAAI,aAAa,IAAI,OAAO;YAAE,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC;IACtE,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {SamText} from './SamText.mjs';\n\n\nexport class ReimbursementCriterion {\n\n\tcategory: string | undefined = undefined;\n\n\tcode: string | undefined = undefined;\n\n\tdescription: SamText | undefined = undefined;\n\n\tconstructor(partial: Partial<ReimbursementCriterion>) {\n\t\tif ('category' in partial) this.category = partial.category;\n\t\tif ('code' in partial) this.code = partial.code;\n\t\tif ('description' in partial) this.description = partial.description;\n\t}\n\n}\n"]}