Interface protos.google.cloud.commerce.consumer.procurement.v1.ILineItemChange (0.6.2)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a LineItemChange.
Package
@google-cloud/procurement
Properties
changeEffectiveTime
changeEffectiveTime?: (google.protobuf.ITimestamp|null);
LineItemChange changeEffectiveTime
changeId
changeId?: (string|null);
changeState
changeState?: (google.cloud.commerce.consumer.procurement.v1.LineItemChangeState|keyof typeof google.cloud.commerce.consumer.procurement.v1.LineItemChangeState|null);
LineItemChange changeState
changeStateReasonType
changeStateReasonType?: (google.cloud.commerce.consumer.procurement.v1.LineItemChangeStateReasonType|keyof typeof google.cloud.commerce.consumer.procurement.v1.LineItemChangeStateReasonType|null);
LineItemChange changeStateReasonType
changeType
changeType?: (google.cloud.commerce.consumer.procurement.v1.LineItemChangeType|keyof typeof google.cloud.commerce.consumer.procurement.v1.LineItemChangeType|null);
LineItemChange changeType
createTime
createTime?: (google.protobuf.ITimestamp|null);
LineItemChange createTime
newLineItemInfo
newLineItemInfo?: (google.cloud.commerce.consumer.procurement.v1.ILineItemInfo|null);
LineItemChange newLineItemInfo
oldLineItemInfo
oldLineItemInfo?: (google.cloud.commerce.consumer.procurement.v1.ILineItemInfo|null);
LineItemChange oldLineItemInfo
stateReason
stateReason?: (string|null);
LineItemChange stateReason
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
LineItemChange updateTime
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
[[["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-09-09 UTC."],[],[],null,["# Interface protos.google.cloud.commerce.consumer.procurement.v1.ILineItemChange (0.6.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.2 (latest)](/nodejs/docs/reference/procurement/latest/procurement/protos.google.cloud.commerce.consumer.procurement.v1.ilineitemchange)\n- [0.5.0](/nodejs/docs/reference/procurement/0.5.0/procurement/protos.google.cloud.commerce.consumer.procurement.v1.ilineitemchange)\n- [0.1.0](/nodejs/docs/reference/procurement/0.1.0/procurement/protos.google.cloud.commerce.consumer.procurement.v1.ilineitemchange) \nProperties of a LineItemChange.\n\nPackage\n-------\n\n[@google-cloud/procurement](../overview.html)\n\nProperties\n----------\n\n### changeEffectiveTime\n\n changeEffectiveTime?: (google.protobuf.ITimestamp|null);\n\nLineItemChange changeEffectiveTime\n\n### changeId\n\n changeId?: (string|null);\n\nLineItemChange changeId\n\n### changeState\n\n changeState?: (google.cloud.commerce.consumer.procurement.v1.LineItemChangeState|keyof typeof google.cloud.commerce.consumer.procurement.v1.LineItemChangeState|null);\n\nLineItemChange changeState\n\n### changeStateReasonType\n\n changeStateReasonType?: (google.cloud.commerce.consumer.procurement.v1.LineItemChangeStateReasonType|keyof typeof google.cloud.commerce.consumer.procurement.v1.LineItemChangeStateReasonType|null);\n\nLineItemChange changeStateReasonType\n\n### changeType\n\n changeType?: (google.cloud.commerce.consumer.procurement.v1.LineItemChangeType|keyof typeof google.cloud.commerce.consumer.procurement.v1.LineItemChangeType|null);\n\nLineItemChange changeType\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nLineItemChange createTime\n\n### newLineItemInfo\n\n newLineItemInfo?: (google.cloud.commerce.consumer.procurement.v1.ILineItemInfo|null);\n\nLineItemChange newLineItemInfo\n\n### oldLineItemInfo\n\n oldLineItemInfo?: (google.cloud.commerce.consumer.procurement.v1.ILineItemInfo|null);\n\nLineItemChange oldLineItemInfo\n\n### stateReason\n\n stateReason?: (string|null);\n\nLineItemChange stateReason\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nLineItemChange updateTime"]]