Class BuyOnGoogleProgramStatus
Response message for the GetProgramStatus method.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BuyOnGoogleProgramStatus : IDirectResponseSchema
Properties
BusinessModel
The business models in which merchant participates.
Declaration
[JsonProperty("businessModel")]
public virtual IList<string> BusinessModel { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
CustomerServicePendingEmail
The customer service pending email. After verification this field becomes empty.
Declaration
[JsonProperty("customerServicePendingEmail")]
public virtual string CustomerServicePendingEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerServicePendingPhoneNumber
The pending phone number specified for BuyOnGoogle program. It might be different than account level phone number. In order to update this field the customer_service_pending_phone_region_code must also be set. After verification this field becomes empty.
Declaration
[JsonProperty("customerServicePendingPhoneNumber")]
public virtual string CustomerServicePendingPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerServicePendingPhoneRegionCode
Two letter country code for the pending phone number, for example CA
for Canadian numbers. See the ISO
3166-1 alpha-2 officially
assigned codes. In order to update this field the customer_service_pending_phone_number must also be set.
After verification this field becomes empty.
Declaration
[JsonProperty("customerServicePendingPhoneRegionCode")]
public virtual string CustomerServicePendingPhoneRegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerServiceVerifiedEmail
Output only. The customer service verified email.
Declaration
[JsonProperty("customerServiceVerifiedEmail")]
public virtual string CustomerServiceVerifiedEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerServiceVerifiedPhoneNumber
Output only. The verified phone number specified for BuyOnGoogle program. It might be different than account level phone number.
Declaration
[JsonProperty("customerServiceVerifiedPhoneNumber")]
public virtual string CustomerServiceVerifiedPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerServiceVerifiedPhoneRegionCode
Output only. Two letter country code for the verified phone number, for example CA
for Canadian numbers.
See the ISO 3166-1
alpha-2 officially
assigned codes.
Declaration
[JsonProperty("customerServiceVerifiedPhoneRegionCode")]
public virtual string CustomerServiceVerifiedPhoneRegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OnlineSalesChannel
The channels through which the merchant is selling.
Declaration
[JsonProperty("onlineSalesChannel")]
public virtual string OnlineSalesChannel { get; set; }
Property Value
Type | Description |
---|---|
string |
ParticipationStage
Output only. The current participation stage for the program.
Declaration
[JsonProperty("participationStage")]
public virtual string ParticipationStage { get; set; }
Property Value
Type | Description |
---|---|
string |