Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload

Payload specific to Google One products.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload : IDirectResponseSchema

Properties

Campaigns

Campaign attributed to sales of this subscription.

Declaration
[JsonProperty("campaigns")]
public virtual IList<string> Campaigns { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Offering

The type of offering the subscription was sold by the partner. e.g. VAS.

Declaration
[JsonProperty("offering")]
public virtual string Offering { get; set; }
Property Value
Type Description
string

SalesChannel

The type of sales channel through which the subscription was sold.

Declaration
[JsonProperty("salesChannel")]
public virtual string SalesChannel { get; set; }
Property Value
Type Description
string

StoreId

The identifier for the partner store where the subscription was sold.

Declaration
[JsonProperty("storeId")]
public virtual string StoreId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX