API/Autodoc/Classes/FURuStoreFailure.en.md
FURuStoreFailure
An error occurred when sending a payment request or receiving the payment status; it is impossible to determine the purchase status.
#include <FURuStoreFailure.h>
Inherits from FURuStorePaymentResult
Public Functions
| Name | |
|---|---|
| FURuStoreFailure() Constructor. |
|
| virtual FString | GetTypeName() override Get the type name. |
Public Attributes
| Name | |
|---|---|
| FString | purchaseId — Purchase identifier. |
| FString | invoiceId — Invoice identifier. |
| FString | orderId — Unique payment identifier generated by the application (optional parameter). If you specify this parameter in your system, you will receive it in the response when working with the API. If not specified, it will be generated automatically (uuid). Maximum length is 150 characters. |
| int | quantity — Product quantity (optional parameter). |
| FString | productId — Product identifier assigned to the product in the RuStore console. |
| int | errorCode — Error code. |
| bool | sandbox — Determines whether the payment is a test payment. Values can be true or false, where true indicates a test payment and false indicates a real payment. |
Additional inherited members
Public Functions inherited from FURuStorePaymentResult
| Name | |
|---|---|
| virtual | ~FURuStorePaymentResult() Destructor. |
function FURuStoreFailure
inline FURuStoreFailure()
Constructor.
function GetTypeName
inline virtual FString GetTypeName() override
Get the type name.
Reimplements: FURuStorePaymentResult::GetTypeName
variable purchaseId
FString purchaseId;
Purchase identifier.
variable invoiceId
FString invoiceId;
Invoice identifier.
variable orderId
FString orderId;
Unique payment identifier generated by the application (optional parameter). If you specify this parameter in your system, you will receive it in the response when working with the API. If not specified, it will be generated automatically (uuid). Maximum length is 150 characters.
variable quantity
int quantity;
Product quantity (optional parameter).
variable productId
FString productId;
Product identifier assigned to the product in the RuStore console.
variable errorCode
int errorCode;
Error code.
variable sandbox
bool sandbox;
Determines whether the payment is a test payment. Values can be true or false, where true indicates a test payment and false indicates a real payment.
- Страницы
- FRuStoreBillingModule.en
- FRuStoreBillingModule
- FRuStoreCoreModule.en
- FRuStoreCoreModule
- FURuStoreBillingClientConfig.en
- FURuStoreBillingClientConfig
- FURuStoreCancelled.en
- FURuStoreCancelled
- FURuStoreError.en
- FURuStoreError
- FURuStoreFailure.en
- FURuStoreFailure
- FURuStoreFeatureAvailabilityResult.en
- FURuStoreFeatureAvailabilityResult
- FURuStoreInvalidPaymentState.en
- FURuStoreInvalidPaymentState
- FURuStorePaymentResult.en
- FURuStorePaymentResult
- FURuStoreProduct.en
- FURuStoreProduct
- FURuStoreProductSubscription.en
- FURuStoreProductSubscription
- FURuStoreProductsResponse.en
- FURuStoreProductsResponse
- FURuStorePurchase.en
- FURuStorePurchase
- FURuStorePurchaseAvailabilityResult.en
- FURuStorePurchaseAvailabilityResult
- FURuStorePurchasesResponse.en
- FURuStorePurchasesResponse
- FURuStoreSubscriptionPeriod.en
- FURuStoreSubscriptionPeriod
- FURuStoreSuccess.en
- FURuStoreSuccess
- FURuStoreUserAuthorizationStatus.en
- FURuStoreUserAuthorizationStatus
- RuStoreBilling.en
- RuStoreBilling
- RuStoreCore.en
- RuStoreCore
- RuStoreSDK.AndroidJavaClass.en
- RuStoreSDK.AndroidJavaClass
- RuStoreSDK.AndroidJavaObject.en
- RuStoreSDK.AndroidJavaObject
- RuStoreSDK.CallbackHandler.en
- RuStoreSDK.CallbackHandler
- RuStoreSDK.ConfirmPurchaseResponseListenerImpl.en
- RuStoreSDK.ConfirmPurchaseResponseListenerImpl
- RuStoreSDK.DataConverter.en
- RuStoreSDK.DataConverter
- RuStoreSDK.DeletePurchaseResponseListenerImpl.en
- RuStoreSDK.DeletePurchaseResponseListenerImpl
- RuStoreSDK.ErrorConverter.en
- RuStoreSDK.ErrorConverter
- RuStoreSDK.ErrorListener.en
- RuStoreSDK.ErrorListener
- RuStoreSDK.FeatureAvailabilityListenerImpl.en
- RuStoreSDK.FeatureAvailabilityListenerImpl
- RuStoreSDK.IAndroidClasses.en
- RuStoreSDK.IAndroidClasses
- RuStoreSDK.JavaActivity.en
- RuStoreSDK.JavaActivity
- RuStoreSDK.JavaApplication.en
- RuStoreSDK.JavaApplication
- RuStoreSDK.JavaMethodSignature.en
- RuStoreSDK.JavaMethodSignature
- RuStoreSDK.JavaTypeConverter.en
- RuStoreSDK.JavaTypeConverter
- RuStoreSDK.PaymentResultListenerImpl.en
- RuStoreSDK.PaymentResultListenerImpl
- RuStoreSDK.ProductsResponseListenerImpl.en
- RuStoreSDK.ProductsResponseListenerImpl
- RuStoreSDK.PurchaseAvailabilityListenerImpl.en
- RuStoreSDK.PurchaseAvailabilityListenerImpl
- RuStoreSDK.PurchaseInfoResponseListenerImpl.en
- RuStoreSDK.PurchaseInfoResponseListenerImpl
- RuStoreSDK.PurchasesResponseListenerImpl.en
- RuStoreSDK.PurchasesResponseListenerImpl
- RuStoreSDK.ResponseListener.en
- RuStoreSDK.ResponseListener
- RuStoreSDK.RuStoreListener.en
- RuStoreSDK.RuStoreListener
- RuStoreSDK.RuStoreListenerContainer.en
- RuStoreSDK.RuStoreListenerContainer
- RuStoreSDK.SimpleResponseListener.en
- RuStoreSDK.SimpleResponseListener
- RuStoreSDK.SimpleResponseListenerT.en
- RuStoreSDK.SimpleResponseListenerT
- RuStoreSDK.UnrealPlayerImpl.en
- RuStoreSDK.UnrealPlayerImpl
- RuStoreSDK.UserAuthorizationStatusListenerImpl.en
- RuStoreSDK.UserAuthorizationStatusListenerImpl
- UCheckPurchasesAvailabilityNode.en
- UCheckPurchasesAvailabilityNode
- UConfirmPurchaseNode.en
- UConfirmPurchaseNode
- UDeletePurchaseNode.en
- UDeletePurchaseNode
- UGetAuthorizationStatusNode.en
- UGetAuthorizationStatusNode
- UGetProductsNode.en
- UGetProductsNode
- UGetPurchaseInfoNode.en
- UGetPurchaseInfoNode
- UGetPurchasesNode.en
- UGetPurchasesNode
- UPurchaseProductNode.en
- UPurchaseProductNode
- URuStoreBillingClient.en
- URuStoreBillingClient
- URuStoreCancelled.en
- URuStoreCancelled
- URuStoreCore.en
- URuStoreCore
- URuStoreFailure.en
- URuStoreFailure
- URuStoreInvalidPaymentState.en
- URuStoreInvalidPaymentState
- URuStorePaymentResultClass.en
- URuStorePaymentResultClass
- URuStoreSuccess.en
- URuStoreSuccess
- UTextureDownloader.en
- UTextureDownloader
- com.Plugins.RuStoreBilling.RuStoreBillingIntentFilterActivity.en
- com.Plugins.RuStoreBilling.RuStoreBillingIntentFilterActivity
- com.Plugins.RuStoreCore.IRuStoreListener.en
- com.Plugins.RuStoreCore.IRuStoreListener
- com.Plugins.RuStoreCore.RuStoreCoreUtils.en
- com.Plugins.RuStoreCore.RuStoreCoreUtils
- com.Plugins.RuStoreCore.RuStoreImage.en
- com.Plugins.RuStoreCore.RuStoreImage
- com.Plugins.RuStoreCore.UnrealPlayerWrapper.en
- com.Plugins.RuStoreCore.UnrealPlayerWrapper
- FRuStoreBillingModule.en
- FRuStoreBillingModule
- FRuStoreCoreModule.en
- FRuStoreCoreModule
- FURuStoreBillingClientConfig.en
- FURuStoreBillingClientConfig
- FURuStoreCancelled.en
- FURuStoreCancelled
- FURuStoreError.en
- FURuStoreError
- FURuStoreFailure.en
- FURuStoreFailure
- FURuStoreFeatureAvailabilityResult.en
- FURuStoreFeatureAvailabilityResult
- FURuStoreInvalidPaymentState.en
- FURuStoreInvalidPaymentState
- FURuStorePaymentResult.en
- FURuStorePaymentResult
- FURuStoreProduct.en
- FURuStoreProduct
- FURuStoreProductSubscription.en
- FURuStoreProductSubscription
- FURuStoreProductsResponse.en
- FURuStoreProductsResponse
- FURuStorePurchase.en
- FURuStorePurchase
- FURuStorePurchaseAvailabilityResult.en
- FURuStorePurchaseAvailabilityResult
- FURuStorePurchasesResponse.en
- FURuStorePurchasesResponse
- FURuStoreSubscriptionPeriod.en
- FURuStoreSubscriptionPeriod
- FURuStoreSuccess.en
- FURuStoreSuccess
- FURuStoreUserAuthorizationStatus.en
- FURuStoreUserAuthorizationStatus
- RuStoreBilling.en
- RuStoreBilling
- RuStoreCore.en
- RuStoreCore
- RuStoreSDK.AndroidJavaClass.en
- RuStoreSDK.AndroidJavaClass
- RuStoreSDK.AndroidJavaObject.en
- RuStoreSDK.AndroidJavaObject
- RuStoreSDK.CallbackHandler.en
- RuStoreSDK.CallbackHandler
- RuStoreSDK.ConfirmPurchaseResponseListenerImpl.en
- RuStoreSDK.ConfirmPurchaseResponseListenerImpl
- RuStoreSDK.DataConverter.en
- RuStoreSDK.DataConverter
- RuStoreSDK.DeletePurchaseResponseListenerImpl.en
- RuStoreSDK.DeletePurchaseResponseListenerImpl
- RuStoreSDK.ErrorConverter.en
- RuStoreSDK.ErrorConverter
- RuStoreSDK.ErrorListener.en
- RuStoreSDK.ErrorListener
- RuStoreSDK.FeatureAvailabilityListenerImpl.en
- RuStoreSDK.FeatureAvailabilityListenerImpl
- RuStoreSDK.IAndroidClasses.en
- RuStoreSDK.IAndroidClasses
- RuStoreSDK.JavaActivity.en
- RuStoreSDK.JavaActivity
- RuStoreSDK.JavaApplication.en
- RuStoreSDK.JavaApplication
- RuStoreSDK.JavaMethodSignature.en
- RuStoreSDK.JavaMethodSignature
- RuStoreSDK.JavaTypeConverter.en
- RuStoreSDK.JavaTypeConverter
- RuStoreSDK.PaymentResultListenerImpl.en
- RuStoreSDK.PaymentResultListenerImpl
- RuStoreSDK.ProductsResponseListenerImpl.en
- RuStoreSDK.ProductsResponseListenerImpl
- RuStoreSDK.PurchaseAvailabilityListenerImpl.en
- RuStoreSDK.PurchaseAvailabilityListenerImpl
- RuStoreSDK.PurchaseInfoResponseListenerImpl.en
- RuStoreSDK.PurchaseInfoResponseListenerImpl
- RuStoreSDK.PurchasesResponseListenerImpl.en
- RuStoreSDK.PurchasesResponseListenerImpl
- RuStoreSDK.ResponseListener.en
- RuStoreSDK.ResponseListener
- RuStoreSDK.RuStoreListener.en
- RuStoreSDK.RuStoreListener
- RuStoreSDK.RuStoreListenerContainer.en
- RuStoreSDK.RuStoreListenerContainer
- RuStoreSDK.SimpleResponseListener.en
- RuStoreSDK.SimpleResponseListener
- RuStoreSDK.SimpleResponseListenerT.en
- RuStoreSDK.SimpleResponseListenerT
- RuStoreSDK.UnrealPlayerImpl.en
- RuStoreSDK.UnrealPlayerImpl
- RuStoreSDK.UserAuthorizationStatusListenerImpl.en
- RuStoreSDK.UserAuthorizationStatusListenerImpl
- UCheckPurchasesAvailabilityNode.en
- UCheckPurchasesAvailabilityNode
- UConfirmPurchaseNode.en
- UConfirmPurchaseNode
- UDeletePurchaseNode.en
- UDeletePurchaseNode
- UGetAuthorizationStatusNode.en
- UGetAuthorizationStatusNode
- UGetProductsNode.en
- UGetProductsNode
- UGetPurchaseInfoNode.en
- UGetPurchaseInfoNode
- UGetPurchasesNode.en
- UGetPurchasesNode
- UPurchaseProductNode.en
- UPurchaseProductNode
- URuStoreBillingClient.en
- URuStoreBillingClient
- URuStoreCancelled.en
- URuStoreCancelled
- URuStoreCore.en
- URuStoreCore
- URuStoreFailure.en
- URuStoreFailure
- URuStoreInvalidPaymentState.en
- URuStoreInvalidPaymentState
- URuStorePaymentResultClass.en
- URuStorePaymentResultClass
- URuStoreSuccess.en
- URuStoreSuccess
- UTextureDownloader.en
- UTextureDownloader
- com.Plugins.RuStoreBilling.RuStoreBillingIntentFilterActivity.en
- com.Plugins.RuStoreBilling.RuStoreBillingIntentFilterActivity
- com.Plugins.RuStoreCore.IRuStoreListener.en
- com.Plugins.RuStoreCore.IRuStoreListener
- com.Plugins.RuStoreCore.RuStoreCoreUtils.en
- com.Plugins.RuStoreCore.RuStoreCoreUtils
- com.Plugins.RuStoreCore.RuStoreImage.en
- com.Plugins.RuStoreCore.RuStoreImage
- com.Plugins.RuStoreCore.UnrealPlayerWrapper.en
- com.Plugins.RuStoreCore.UnrealPlayerWrapper