Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest

Request message for extending a Subscription resource. A new recurrence will be made based on the subscription schedule defined by the original product.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest
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 GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Extension

Required. Specifies details of the extension. Currently, the duration of the extension must be exactly one billing cycle of the original subscription.

Declaration
[JsonProperty("extension")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Extension Extension { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1Extension

RequestId

Required. Restricted to 36 ASCII characters. A random UUID is recommended. The idempotency key for the request. The ID generation logic is controlled by the partner. request_id should be the same as on retries of the same request. A different request_id must be used for a extension of a different cycle.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX