C# Class PlayFab.ClientModels.PayForPurchaseRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Currency string
OrderId string
ProviderName string
ProviderTransactionId string

Property Details

Currency public property

Currency to use to fund the purchase.
public string Currency
return string

OrderId public property

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

ProviderName public property

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

ProviderTransactionId public property

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