Module: Google::Shopping::Merchant::Accounts::V1::Handshake::ApprovalState

Defined in:
proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb

Overview

The approal state of a handshake.

Constant Summary collapse

APPROVAL_STATE_UNSPECIFIED =

Unspecified approval status.

0
PENDING =

The service was proposed and is waiting to be confirmed.

1
ESTABLISHED =

Both parties have confirmed the service.

2
REJECTED =

The service proposal was rejected.

3