Fields
display_name
StringThe text displayed. For example, `display_name` can be set to 'Sample Name'.
id
IntThe unique identifier. For example, `id` can be set to 1.
meta
BagReasonMetaSchema for bag reason meta. For example, `meta` can be set to a BagReasonMeta object.
qc_type
[String]A list of quality check types. For example, `qc_type` can be ['pre_qc', 'doorstep_qc'].
question_set
[QuestionSet]A list of questions for delivery partner. For example, `question_set` can be set to [a QuestionSet object].
reasons
[BagReasons]A list of reasons. For example, `reasons` can be set to [a BagReasons object].
Was this section helpful?