C# Class PlayFab.ClientModels.ValidateGooglePlayPurchaseRequest

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

Public Properties

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

ReceiptJson public property

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

Signature public property

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