Show / Hide Table of Contents

Class BuyOnGoogleProgramStatus

Response message for the GetProgramStatus method.

Inheritance
System.Object
BuyOnGoogleProgramStatus
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BuyOnGoogleProgramStatus : IDirectResponseSchema

Properties

CustomerServicePendingEmail

The customer service pending email.

Declaration
[JsonProperty("customerServicePendingEmail")]
public virtual string CustomerServicePendingEmail { get; set; }
Property Value
Type Description
System.String

CustomerServiceVerifiedEmail

The customer service verified email.

Declaration
[JsonProperty("customerServiceVerifiedEmail")]
public virtual string CustomerServiceVerifiedEmail { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ParticipationStage

The current participation stage for the program.

Declaration
[JsonProperty("participationStage")]
public virtual string ParticipationStage { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top