Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PlayFab
ClientModels
ValidateAmazonReceiptRequest
C# Class PlayFab.ClientModels.ValidateAmazonReceiptRequest
Inheritance:
PlayFabRequestCommon
Datei anzeigen
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
CatalogVersion
string
CurrencyCode
string
PurchasePrice
int
ReceiptId
string
UserId
string
Property Details
CatalogVersion
public_oe property
Catalog version to use when granting receipt item. If null, defaults to primary catalog.
public
string
CatalogVersion
return
string
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
ReceiptId
public_oe property
ReceiptId returned by the Amazon App Store in-app purchase API
public
string
ReceiptId
return
string
UserId
public_oe property
AmazonId of the user making the purchase as returned by the Amazon App Store in-app purchase API
public
string
UserId
return
string