Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest

Request to cancel a subscription.

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

Properties

CancelImmediately

Optional. If true, Google will cancel the subscription immediately, and may or may not (based on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube subscriptions must use this option currently. However, the user will still have access to the subscription until the end of the billing cycle.

Declaration
[JsonProperty("cancelImmediately")]
public virtual bool? CancelImmediately { get; set; }
Property Value
Type Description
bool?

CancellationReason

Specifies the reason for the cancellation.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX