API/Autodoc/Classes/FURuStoreSuccess.en.md
FURuStoreSuccess
Result of successful completion of digital goods purchase.
#include <FURuStoreSuccess.h>
Inherits from FURuStorePaymentResult
Public Functions
| Name | |
|---|---|
| FURuStoreSuccess() Constructor. |
|
| virtual FString | GetTypeName() override Get the type name. |
Public Attributes
| Name | |
|---|---|
| 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. |
| FString | purchaseId — Purchase identifier. |
| FString | productId — Product identifier that was assigned to the product in the RuStore console. |
| FString | invoiceId — Invoice identifier. |
| FString | subscriptionToken — Token for validating the purchase on the server. |
| bool | sandbox — Determines whether the payment is test. Values can be true or false, where true denotes a test payment and false denotes a real one. |
Additional inherited members
Public Functions inherited from FURuStorePaymentResult
| Name | |
|---|---|
| virtual | ~FURuStorePaymentResult() Destructor. |
function FURuStoreSuccess
inline FURuStoreSuccess()
Constructor.
function GetTypeName
inline virtual FString GetTypeName() override
Get the type name.
Reimplements: FURuStorePaymentResult::GetTypeName
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 purchaseId
FString purchaseId;
Purchase identifier.
variable productId
FString productId;
Product identifier that was assigned to the product in the RuStore console.
variable invoiceId
FString invoiceId;
Invoice identifier.
variable subscriptionToken
FString subscriptionToken;
Token for validating the purchase on the server.
variable sandbox
bool sandbox;
Determines whether the payment is test. Values can be true or false, where true denotes a test payment and false denotes a real one.
- Страницы
- 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