Show / Hide Table of Contents

Class AN_PurchaseHistoryRecord

Represents an in-app billing purchase history record. This class includes a subset of fields in AN_Purchase.

Inheritance
System.Object
AN_PurchaseHistoryRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AN_PurchaseHistoryRecord

Properties

DeveloperPayload

Returns the payload specified when the purchase was acknowledged or consumed.

Declaration
public string DeveloperPayload { get; }
Property Value
Type Description
System.String

OriginalJson

Original non modified google billing service response.

Declaration
public string OriginalJson { get; }
Property Value
Type Description
System.String

PurchaseTime

The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).

Declaration
public long PurchaseTime { get; }
Property Value
Type Description
System.Int64

PurchaseToken

A token that uniquely identifies a purchase for a given item and user pair.

Declaration
public string PurchaseToken { get; }
Property Value
Type Description
System.String

Signature

String containing the signature of the purchase data that was signed with the private key of the developer.

Declaration
public string Signature { get; }
Property Value
Type Description
System.String

Sku

Returns the product Id.

Declaration
public string Sku { get; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
In This Article
Back to top Generated by DocFX