Class LineItemChangeType (0.1.6)

LineItemChangeType(value)

Type of a line item change.

Enums

Name Description
LINE_ITEM_CHANGE_TYPE_UNSPECIFIED Sentinel value. Do not use.
LINE_ITEM_CHANGE_TYPE_CREATE The change is to create a new line item.
LINE_ITEM_CHANGE_TYPE_UPDATE The change is to update an existing line item.
LINE_ITEM_CHANGE_TYPE_CANCEL The change is to cancel an existing line item.
LINE_ITEM_CHANGE_TYPE_REVERT_CANCELLATION The change is to revert a cancellation.