{"version":3,"file":"Pricing.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/Pricing.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,OAAO;IAMnB,YAAY,OAAyB;QAJrC,aAAQ,GAAuB,SAAS,CAAC;QAEzC,UAAK,GAAwB,SAAS,CAAC;QAGtC,IAAI,UAAU,IAAI,OAAO;YAAE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QAC5D,IAAI,OAAO,IAAI,OAAO;YAAE,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;IACpD,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {SamText} from './SamText.mjs';\n\n\nexport class Pricing {\n\n\tquantity: number | undefined = undefined;\n\n\tlabel: SamText | undefined = undefined;\n\n\tconstructor(partial: Partial<Pricing>) {\n\t\tif ('quantity' in partial) this.quantity = partial.quantity;\n\t\tif ('label' in partial) this.label = partial.label;\n\t}\n\n}\n"]}