Cloud Commerce Consumer Procurement v1 API - Enum LineItemChangeState (1.3.0)

public enum LineItemChangeState

Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API enum LineItemChangeState.

State of a change.

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

Google.Cloud.Commerce.Consumer.Procurement.V1.dll

Fields

Name Description
Abandoned

Change is in this state if it was abandoned by the user.

Activating

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.

Approved

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).

Completed

Change is in this state after it's been activated.

PendingApproval

Change is in this state when a change is initiated and waiting for partner approval.

Rejected

Change is in this state if it was rejected by the partner.

Unspecified

Sentinel value. Do not use.