Class RevocationContext
Revocation context of the purchases.subscriptionsv2.revoke API.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RevocationContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullRefund
Optional. Used when users should be refunded the full amount of the latest order of the subscription.
Declaration
[JsonProperty("fullRefund")]
public virtual RevocationContextFullRefund FullRefund { get; set; }
Property Value
Type | Description |
---|---|
RevocationContextFullRefund |
ProratedRefund
Optional. Used when users should be refunded a prorated amount they paid for their subscription based on the amount of time remaining in a subscription.
Declaration
[JsonProperty("proratedRefund")]
public virtual RevocationContextProratedRefund ProratedRefund { get; set; }
Property Value
Type | Description |
---|---|
RevocationContextProratedRefund |