Class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest
Request to cancel a subscription.
Implements
Inherited Members
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 |