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


Classes

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

Source code

#include "URuStorePayInvoiceId.generated.h"

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

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