C# Class PlayFab.ClientModels.ValidateGooglePlayPurchaseRequest

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

Public Properties

Property Type Description
CurrencyCode string
PurchasePrice uint?
ReceiptJson string
Signature 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 uint? PurchasePrice
return uint?

ReceiptJson public_oe property

Original JSON string returned by the Google Play IAB API.
public string ReceiptJson
return string

Signature public_oe property

Signature returned by the Google Play IAB API.
public string Signature
return string