Reference documentation and code samples for the Google Cloud Channel V1 Client class CustomerAttestationState.
The enum represents whether a customer belongs to public sector
Protobuf type google.cloud.channel.v1.Customer.CustomerAttestationState
Namespace
Google \ Cloud \ Channel \ V1 \ CustomerMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CUSTOMER_ATTESTATION_STATE_UNSPECIFIED
Value: 0
Default value if not set yet
Generated from protobuf enum CUSTOMER_ATTESTATION_STATE_UNSPECIFIED = 0;
EXEMPT
Value: 1
Customer is exempt from attesting based on exemption list at https://cloud.google.com/terms/direct-tos-exemptions. Contact information of customer will be mandatory.
Generated from protobuf enum EXEMPT = 1;
NON_EXEMPT_AND_INFO_VERIFIED
Value: 2
Customer is not exempt and has verified the information provided is correct. Contact information of customer will be mandatory.
Generated from protobuf enum NON_EXEMPT_AND_INFO_VERIFIED = 2;