Show / Hide Table of Contents

Class RevocationContext

Revocation context of the purchases.subscriptionsv2.revoke API.

Inheritance
object
RevocationContext
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX