Class GoogleCloudPaymentsResellerSubscriptionV1ProductPayload
Specifies product specific payload.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription .v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1ProductPayload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleHomePayload
Payload specific to Google Home products.
Declaration
[JsonProperty("googleHomePayload")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload GoogleHomePayload { get; set; }
Property Value
Type | Description |
---|---|
Google |
GoogleOnePayload
Product-specific payloads. Payload specific to Google One products.
Declaration
[JsonProperty("googleOnePayload")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload GoogleOnePayload { get; set; }
Property Value
Type | Description |
---|---|
Google |
YoutubePayload
Payload specific to Youtube products.
Declaration
[JsonProperty("youtubePayload")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload YoutubePayload { get; set; }
Property Value
Type | Description |
---|---|
Google |