Class GoogleReceipt#
Defined in File GoogleReceipt.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ModelBase
(Class ModelBase)
Class Documentation#
- class xbe.sdk.Models.GoogleReceipt : xbe.sdk.ModelBase#
Describes an in-app product purchase made with the Google Play store.
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
orsubscription
.
Public Static Functions
- new GoogleReceipt Parse (string json)#
Parses the given JSON encoded string into a new GoogleReceipt instance.
- Param json:
- Return: