Class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
Response that contains the entitled subscription resource.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Subscription
The subscription that has user linked to it.
Declaration
[JsonProperty("subscription")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Subscription Subscription { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPaymentsResellerSubscriptionV1Subscription |