C# Class PlayFab.ClientModels.PayForPurchaseRequest

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

Méthodes publiques

Свойство Type Description
Currency string
OrderId string
ProviderName string
ProviderTransactionId string

Property Details

Currency public_oe property

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

OrderId public_oe property

Purchase order identifier returned from StartPurchase.
public string OrderId
Résultat string

ProviderName public_oe property

Payment provider to use to fund the purchase.
public string ProviderName
Résultat string

ProviderTransactionId public_oe property

Payment provider transaction identifier. Required for Facebook Payments.
public string ProviderTransactionId
Résultat string