My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.ConfirmPurchaseResult Class Reference

When the FailedByPaymentProvider error is returned, it's important to check the ProviderErrorCode, ProviderErrorMessage, and ProviderErrorDetails to understand the specific reason the payment was rejected, as in some rare cases, this may mean that the provider hasn't completed some operation required to finalize the purchase. More...

Inheritance diagram for PlayFab.ClientModels.ConfirmPurchaseResult:
PlayFab.SharedModels.PlayFabResultCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

List< ItemInstanceItems
 Array of items purchased.
 
string OrderId
 Purchase order identifier.
 
DateTime PurchaseDate
 Date and time of the purchase.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabResultCommon
PlayFabRequestCommon Request
 
object CustomData
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

When the FailedByPaymentProvider error is returned, it's important to check the ProviderErrorCode, ProviderErrorMessage, and ProviderErrorDetails to understand the specific reason the payment was rejected, as in some rare cases, this may mean that the provider hasn't completed some operation required to finalize the purchase.


The documentation for this class was generated from the following file: