Class GoogleCloudPaymentsResellerSubscriptionV1Extension
Describes the details of an extension request.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1Extension : IDirectResponseSchema
Properties
Duration
Required. Specifies the period of access the subscription should grant.
Declaration
[JsonProperty("duration")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Duration Duration { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPaymentsResellerSubscriptionV1Duration |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerUserToken
Required. Identifier of the end-user in partner’s system.
Declaration
[JsonProperty("partnerUserToken")]
public virtual string PartnerUserToken { get; set; }
Property Value
Type | Description |
---|---|
string |