Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
ValidateIOSReceiptRequest
C# Class PlayFab.ClientModels.ValidateIOSReceiptRequest
Inheritance:
PlayFabRequestCommon
显示文件
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