Class GoogleReceipt#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.GoogleReceipt : xbe.sdk.ModelBase#

Describes an in-app product purchase made with the Google Play store.

Public Functions

GoogleReceipt ()#
GoogleReceipt (Object obj)

Properties

string PackageName { get; set; }#

The unique name of the app or package involved in the purchase.

string ProductId { get; set; }#

The unique identifier of the product that was purchased.

string Token { get; set; }#

The Google Play token to validate.

string Type { get; set; }#

Indicates whether the purchase is for a product or subscription.

Public Static Functions

new GoogleReceipt Parse (string json)#

Parses the given JSON encoded string into a new GoogleReceipt instance.

Param json:

Return:

Public Static Attributes

string TYPE_PRODUCT = "product"#
string TYPE_SUBSCRIPTION = "subscription"#