Class PriceStepUpConsentDetails
Information related to a price step-up that requires user consent.
Implements
Inherited Members
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 |