C# Class PlayFab.ClientModels.PaymentOption

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return string

Price public_oe property

Amount of the specified currency needed for the purchase.
public uint Price
return uint

ProviderName public_oe property

Name of the purchase provider for this option.
public string ProviderName
return string

StoreCredit public_oe property

Amount of existing credit the user has with the provider.
public uint StoreCredit
return uint