C# Class PlayFab.ClientModels.PayForPurchaseResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Exibir arquivo 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_oe property

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

OrderId public_oe property

Purchase order identifier.
public string OrderId
return string

ProviderData public_oe property

Provider used for the transaction.
public string ProviderData
return string

ProviderToken public_oe property

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

PurchaseConfirmationPageURL public_oe property

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

PurchaseCurrency public_oe property

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

PurchasePrice public_oe property

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

Status public_oe property

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

VCAmount public_oe property

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

VirtualCurrency public_oe property

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