Cloud Commerce Producer v1beta API - Enum PrivateOffer.Types.State (1.0.0-beta01)

public enum PrivateOffer.Types.State

Reference documentation and code samples for the Cloud Commerce Producer v1beta API enum PrivateOffer.Types.State.

State of an offer.

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Fields

Name Description
Accepted

The offer has been accepted by the customer.

Cancelled

The offer was cancelled by the provider before it was transacted. Cancelled offers can no longer be accepted by the customer.

Draft

The default state after creation when the offer can be edited. In all other states, the contents of the offer cannot be edited.

Ended

The offer has ended.

Ended offers were accepted and active in the past, but have now reached the end of their term or have been terminated.

Expired

The offer expired without being accepted by the customer. Expired offers can no longer be accepted by the customer.

Published

The offer has been published and is available to the customer to accept.

Publishing

The offer is publishing. Publishing will complete when all publishing requirements are satisfied.

Unspecified

Default value. This value is unused.