Cloud Commerce Producer V1BETA API - Module Google::Cloud::CommerceProducer::V1beta::PrivateOffer::State (v0.1.0)

Reference documentation and code samples for the Cloud Commerce Producer V1BETA API module Google::Cloud::CommerceProducer::V1beta::PrivateOffer::State.

State of an offer.

Constants

STATE_UNSPECIFIED

value: 0
Default value. This value is unused.

DRAFT

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

PUBLISHING

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

PUBLISHED

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

ACCEPTED

value: 4
The offer has been accepted by the customer.

CANCELLED

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

EXPIRED

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

ENDED

value: 7
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.