Show / Hide Table of Contents

Class UpdateBasePlanStateRequest

Request message to update the state of a subscription base plan.

Inheritance
object
UpdateBasePlanStateRequest
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateBasePlanStateRequest : IDirectResponseSchema

Properties

ActivateBasePlanRequest

Activates a base plan. Once activated, base plans will be available to new subscribers.

Declaration
[JsonProperty("activateBasePlanRequest")]
public virtual ActivateBasePlanRequest ActivateBasePlanRequest { get; set; }
Property Value
Type Description
ActivateBasePlanRequest

DeactivateBasePlanRequest

Deactivates a base plan. Once deactivated, the base plan will become unavailable to new subscribers, but existing subscribers will maintain their subscription

Declaration
[JsonProperty("deactivateBasePlanRequest")]
public virtual DeactivateBasePlanRequest DeactivateBasePlanRequest { get; set; }
Property Value
Type Description
DeactivateBasePlanRequest

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