Reference documentation and code samples for the Google Cloud Commerce Consumer Procurement V1 Client class LineItemChangeState.
State of a change.
Protobuf type google.cloud.commerce.consumer.procurement.v1.LineItemChangeState
Namespace
Google \ Cloud \ Commerce \ Consumer \ Procurement \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LINE_ITEM_CHANGE_STATE_UNSPECIFIED
Value: 0
Sentinel value. Do not use.
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_UNSPECIFIED = 0;
LINE_ITEM_CHANGE_STATE_PENDING_APPROVAL
Value: 1
Change is in this state when a change is initiated and waiting for partner approval.
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_PENDING_APPROVAL = 1;
LINE_ITEM_CHANGE_STATE_APPROVED
Value: 2
Change is in this state after it's approved by the partner or auto-approved but before it takes effect. The change can be overwritten or cancelled depending on the new line item info property (pending Private Offer change cannot be cancelled and can only be overwritten by another Private Offer).
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_APPROVED = 2;
LINE_ITEM_CHANGE_STATE_COMPLETED
Value: 3
Change is in this state after it's been activated.
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_COMPLETED = 3;
LINE_ITEM_CHANGE_STATE_REJECTED
Value: 4
Change is in this state if it was rejected by the partner.
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_REJECTED = 4;
LINE_ITEM_CHANGE_STATE_ABANDONED
Value: 5
Change is in this state if it was abandoned by the user.
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_ABANDONED = 5;
LINE_ITEM_CHANGE_STATE_ACTIVATING
Value: 6
Change is in this state if it's currently being provisioned downstream. The change can't be overwritten or cancelled when it's in this state.
Generated from protobuf enum LINE_ITEM_CHANGE_STATE_ACTIVATING = 6;