{"version":3,"file":"Copayment.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/Copayment.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,SAAS;IAUrB,YAAY,OAA2B;QARvC,eAAU,GAAuB,SAAS,CAAC;QAE3C,SAAI,GAAuB,SAAS,CAAC;QAErC,OAAE,GAAuB,SAAS,CAAC;QAEnC,cAAS,GAAuB,SAAS,CAAC;QAGzC,IAAI,YAAY,IAAI,OAAO;YAAE,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC;QAClE,IAAI,MAAM,IAAI,OAAO;YAAE,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QAChD,IAAI,IAAI,IAAI,OAAO;YAAE,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,CAAC;QAC1C,IAAI,WAAW,IAAI,OAAO;YAAE,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAChE,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {DataPeriod} from './DataPeriod.mjs';\n\n\nexport class Copayment implements DataPeriod {\n\n\tregimeType: number | undefined = undefined;\n\n\tfrom: number | undefined = undefined;\n\n\tto: number | undefined = undefined;\n\n\tfeeAmount: string | undefined = undefined;\n\n\tconstructor(partial: Partial<Copayment>) {\n\t\tif ('regimeType' in partial) this.regimeType = partial.regimeType;\n\t\tif ('from' in partial) this.from = partial.from;\n\t\tif ('to' in partial) this.to = partial.to;\n\t\tif ('feeAmount' in partial) this.feeAmount = partial.feeAmount;\n\t}\n\n}\n"]}