C# Class PlayFab.ClientModels.ValidateGooglePlayPurchaseRequest

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

Méthodes publiques

Свойство Type Description
CurrencyCode string
PurchasePrice uint?
ReceiptJson string
Signature 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 uint? PurchasePrice
Résultat uint?

ReceiptJson public_oe property

Original JSON string returned by the Google Play IAB API.
public string ReceiptJson
Résultat string

Signature public_oe property

Signature returned by the Google Play IAB API.
public string Signature
Résultat string