C# Class PlayFab.ClientModels.PaymentOption

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Currency string
Price uint
ProviderName string
StoreCredit uint

Property Details

Currency public_oe property

Specific currency to use to fund the purchase.
public string Currency
Résultat string

Price public_oe property

Amount of the specified currency needed for the purchase.
public uint Price
Résultat uint

ProviderName public_oe property

Name of the purchase provider for this option.
public string ProviderName
Résultat string

StoreCredit public_oe property

Amount of existing credit the user has with the provider.
public uint StoreCredit
Résultat uint