API/Autodoc/Classes/FURuStorePayProductPurchaseCancelled.en.md


FURuStorePayProductPurchaseCancelled

Error: purchase cancelled.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStorePayPaymentException, FURuStoreError

Public Functions

Name
FURuStorePayProductPurchaseCancelled()
FURuStorePayProductPurchaseCancelled(const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause, EURuStorePayProductType inProductType, const FString & inPurchaseId, EURuStorePayPurchaseType inPurchaseType)

Public Attributes

Name
EURuStorePayProductType productType — Product type.
FString purchaseId — Purchase ID.
EURuStorePayPurchaseType purchaseType — Purchase type.

Additional inherited members

Public Functions inherited from FURuStorePayPaymentException

Name
FURuStorePayPaymentException()
Constructor.
FURuStorePayPaymentException(const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause)
Constructor with parameters.
virtual ~FURuStorePayPaymentException()
Destructor.

Public Attributes inherited from FURuStorePayPaymentException

Name
TSharedPtr< FURuStoreError > cause — Cause of error.

Public Functions inherited from FURuStoreError

Name
FURuStoreError()
Constructor.
virtual ~FURuStoreError()
virtual FString GetTypeName()

Public Attributes inherited from FURuStoreError

Name
const FString TypeName
FString name — Error name. Contains the simpleName of the error class.
FString description — Error message.

Назад