Class GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload
Payload specific to Google One products.
Implements
Inherited Members
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 |