Class AppleReceipt#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Describes an in-app product purchase made with the Apple Store.

Public Functions

AppleReceipt ()#
AppleReceipt (Object obj)

Properties

string Receipt { get; set; }#

The Apple receipt to validate.

Public Static Functions

new AppleReceipt Parse (string json)#

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

Param json:

Return: