C# Class PlayFab.ClientModels.PayForPurchaseRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

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

OrderId public_oe property

Purchase order identifier returned from StartPurchase.
public string OrderId
return string

ProviderName public_oe property

Payment provider to use to fund the purchase.
public string ProviderName
return string

ProviderTransactionId public_oe property

Payment provider transaction identifier. Required for Facebook Payments.
public string ProviderTransactionId
return string