Show / Hide Table of Contents

Class PriceStepUpConsentDetails

Information related to a price step-up that requires user consent.

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

Properties

ConsentDeadlineTime

object representation of ConsentDeadlineTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ConsentDeadlineTimeDateTimeOffset instead.")]
public virtual object ConsentDeadlineTime { get; set; }
Property Value
Type Description
object

ConsentDeadlineTimeDateTimeOffset

DateTimeOffset representation of ConsentDeadlineTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ConsentDeadlineTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ConsentDeadlineTimeRaw

The deadline by which the user must provide consent. If consent is not provided by this time, the subscription will be canceled.

Declaration
[JsonProperty("consentDeadlineTime")]
public virtual string ConsentDeadlineTimeRaw { 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

NewPrice

The new price which requires user consent.

Declaration
[JsonProperty("newPrice")]
public virtual Money NewPrice { get; set; }
Property Value
Type Description
Money

State

Output only. The state of the price step-up consent.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX