Show / Hide Table of Contents

Class UpdateOneTimeProductOfferStateRequest

Request message to update the state of a one-time product offer.

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

Properties

ActivateOneTimeProductOfferRequest

Activates an offer. Once activated, the offer is available to users, as long as its conditions are met.

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

CancelOneTimeProductOfferRequest

Cancels an offer. Once cancelled, the offer is not available to users. Any pending orders related to this offer will be cancelled. This state transition is specific to pre-orders.

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

DeactivateOneTimeProductOfferRequest

Deactivates an offer. Once deactivated, the offer is no longer available to users. This state transition is specific to discounted offers.

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

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