/** * @schema RefundReasonResponse * type: object * description: The refund reason's details. * x-schemaName: RefundReasonResponse * required: * - refund_reason * properties: * refund_reason: * $ref: "#/components/schemas/AdminRefundReason" * */