src-python/trp/trp2_expense.py [175:181]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ftype = m.fields.Nested(TFieldTypeSchema,
                            data_key="Type",
                            required=False,
                            allow_none=False)
    labeldetection = m.fields.Nested(TLabelDetectionSchema,
                                     data_key="LabelDetection",
                                     required=False,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src-python/trp/trp2_expense.py [211:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ftype = m.fields.Nested(TFieldTypeSchema,
                            data_key="Type",
                            required=False,
                            allow_none=False)

    labeldetection = m.fields.Nested(TLabelDetectionSchema,
                                     data_key="LabelDetection",
                                     required=False,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



