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

Показать файл Открыть проект

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

Свойство Тип Описание
Currency string
Price uint
ProviderName string
StoreCredit uint

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

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

Specific currency to use to fund the purchase.
public string Currency
Результат string

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

Amount of the specified currency needed for the purchase.
public uint Price
Результат uint

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

Name of the purchase provider for this option.
public string ProviderName
Результат string

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

Amount of existing credit the user has with the provider.
public uint StoreCredit
Результат uint