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, specifically version 1.2.0."],["The `LineItem` class represents a single item within an order and inherits from `object`, while also implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `LineItem` class has two constructors: a default constructor and a constructor that accepts another `LineItem` object."],["Key properties of the `LineItem` class include `ChangeHistory`, which tracks past changes; `LineItemId`, representing the unique identifier of the line item; `LineItemInfo`, providing current state and information; and `PendingChange`, which shows any change that has been made to the item, but is not yet effective."],["The most recent version available for the LineItem is version 1.4.0, with version 1.0.0 being the oldest."]]],[]]