Class ResumeSubscriptionRequest
Request to resume a suspended subscription.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class ResumeSubscriptionRequest : IDirectResponseSchema
Properties
CycleOptions
Optional. The cycle options for the subscription.
Declaration
[JsonProperty("cycleOptions")]
public virtual CycleOptions CycleOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| CycleOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResumeMode
Required. The mode to resume the subscription.
Declaration
[JsonProperty("resumeMode")]
public virtual string ResumeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |