C# Class PlayFab.ClientModels.ValidateIOSReceiptRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CurrencyCode string
PurchasePrice int
ReceiptData string

Property Details

CurrencyCode public_oe property

Currency used for the purchase.
public string CurrencyCode
return string

PurchasePrice public_oe property

Amount of the stated currency paid for the object.
public int PurchasePrice
return int

ReceiptData public_oe property

Base64 encoded receipt data, passed back by the App Store as a result of a successful purchase.
public string ReceiptData
return string