C# Class PlayFab.ClientModels.ValidateAmazonReceiptRequest

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

Méthodes publiques

Свойство 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
Résultat string

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 int PurchasePrice
Résultat int

ReceiptId public_oe property

ReceiptId returned by the Amazon App Store in-app purchase API
public string ReceiptId
Résultat 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
Résultat string