C# Класс PlayFab.ClientModels.ValidateAmazonReceiptRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CatalogVersion string
CurrencyCode string
PurchasePrice int
ReceiptId string
UserId string

Описание свойств

CatalogVersion публичное свойство

Catalog version to use when granting receipt item. If null, defaults to primary catalog.
public string CatalogVersion
Результат string

CurrencyCode публичное свойство

Currency used for the purchase.
public string CurrencyCode
Результат string

PurchasePrice публичное свойство

Amount of the stated currency paid for the object.
public int PurchasePrice
Результат int

ReceiptId публичное свойство

ReceiptId returned by the Amazon App Store in-app purchase API
public string ReceiptId
Результат string

UserId публичное свойство

AmazonId of the user making the purchase as returned by the Amazon App Store in-app purchase API
public string UserId
Результат string