Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1Extension

Describes the details of an extension request.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1Extension
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX