API/Autodoc/Files/URuStorePayInvoiceId.h.en.md


Classes

Name
class URuStorePayInvoiceId — Invoice identifier. Used for server-side payment validation, searching payments in the developer console, and also displayed to the buyer in the payment history in the RuStore mobile app.

Source code

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

#include "URuStorePayInvoiceId.generated.h"

UCLASS(BlueprintType)
class RUSTOREPAY_API URuStorePayInvoiceId : public UObject
{
    GENERATED_BODY()

public:
    UPROPERTY(BlueprintReadOnly)
    FString value;
};
Назад