public RepeatedField<LineItemChange> ChangeHistory { get; }
Output only. Changes made on the item that are not pending anymore which
might be because they already took effect, were reverted by the customer,
or were rejected by the partner. No more operations are allowed on these
changes.
Output only. A change made on the item which is pending and not yet
effective. Absence of this field indicates the line item is not undergoing
a change.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `LineItem` class within the Google Cloud Commerce Consumer Procurement v1 API, detailing its properties, inheritance, and implementation of various interfaces."],["The `LineItem` class represents a single item within an order and includes properties like `LineItemId`, `LineItemInfo`, `ChangeHistory`, and `PendingChange` to track its current state, information, and changes."],["The `LineItem` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within the Google Protocol Buffers framework and its capabilities for comparison and cloning."],["The provided documentation includes details about the two constructors for creating a `LineItem` object, one being a default constructor and another one that accepts an existing `LineItem` object as a parameter."],["There are different versions of the `LineItem` available in this documentation, and the latest version is 1.4.0."]]],[]]