C# Class PlayFab.ClientModels.ValidateIOSReceiptRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrencyCode string
PurchasePrice int
ReceiptData string

Property Details

CurrencyCode public_oe property

Currency used for the purchase.
public string CurrencyCode
Résultat string

PurchasePrice public_oe property

Amount of the stated currency paid for the object.
public int PurchasePrice
Résultat 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
Résultat string