API/Autodoc/Files/URuStoreInvalidPaymentState.h.md


Classes

Name
class URuStoreInvalidPaymentState

Source code

// Copyright Epic Games, Inc. All Rights Reserved.

#include "URuStoreInvalidPaymentState.generated.h"

UCLASS(BlueprintType)
class RUSTOREBILLING_API URuStoreInvalidPaymentState : public URuStorePaymentResultClass
{
    GENERATED_BODY()

public:
    UPROPERTY(BlueprintReadOnly)
    FURuStoreInvalidPaymentState value;
};

Назад