Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Type.
The type of the GBP account.
Protobuf type google.shopping.merchant.accounts.v1.GbpAccount.Type
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ GbpAccountMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
USER
Value: 1
The GBP account is a user account.
Generated from protobuf enum USER = 1;
BUSINESS_ACCOUNT
Value: 2
The GBP account is a business account.
Generated from protobuf enum BUSINESS_ACCOUNT = 2;