C# Class PlayFab.ClientModels.ValidateIOSReceiptRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CurrencyCode string
PurchasePrice int
ReceiptData string

Property Details

CurrencyCode public property

Currency used for the purchase.
public string CurrencyCode
return string

PurchasePrice public property

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

ReceiptData public property

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