Class RenewalDeclinedContext
Context related to renewal declined scenario.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RenewalDeclinedContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PendingOrderId
Required. The ID of the pending or failed order causing the state.
Declaration
[JsonProperty("pendingOrderId")]
public virtual string PendingOrderId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |