C# Class PlayFab.ClientModels.PayForPurchaseResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CreditApplied uint
OrderId string
ProviderData string
ProviderToken string
PurchaseConfirmationPageURL string
PurchaseCurrency string
PurchasePrice uint
Status TransactionStatus?
VCAmount int>.Dictionary
VirtualCurrency int>.Dictionary

Property Details

CreditApplied public property

Local credit applied to the transaction (provider specific).
public uint CreditApplied
return uint

OrderId public property

Purchase order identifier.
public string OrderId
return string

ProviderData public property

Provider used for the transaction.
public string ProviderData
return string

ProviderToken public property

A token generated by the provider to authenticate the request (provider-specific).
public string ProviderToken
return string

PurchaseConfirmationPageURL public property

URL to the purchase provider page that details the purchase.
public string PurchaseConfirmationPageURL
return string

PurchaseCurrency public property

Real world currency for the transaction.
public string PurchaseCurrency
return string

PurchasePrice public property

Real world cost of the transaction.
public uint PurchasePrice
return uint

Status public property

Status of the transaction.
public TransactionStatus? Status
return TransactionStatus?

VCAmount public property

Virtual currency cost of the transaction.
public Dictionary VCAmount
return int>.Dictionary

VirtualCurrency public property

Current virtual currency totals for the user.
public Dictionary VirtualCurrency
return int>.Dictionary