Variable $EventConst

$Event: {
    additionalProperties: true;
    properties: {
        amount: {
            example: "20";
            nullable: false;
            type: "string";
        };
        currency: {
            description: "Currency of Lydia purchase";
            example: "EUR";
            nullable: false;
            type: "string";
        };
        order_ref: {
            example: "0x3D9819210A31b4961b30EF54bE2aeD79B9c9Cd3B_fe6fa9be-552c-49a7-998d-0badac001491";
            nullable: false;
            type: "string";
        };
        request_id: {
            example: "12097406";
            nullable: false;
            type: "string";
        };
        sig: {
            description: "MD5 signature of parameters";
            example: "6e4d88e25aa69f6cb1eb25ecf8e40c7f";
            nullable: false;
            type: "string";
        };
        signed: {
            example: 0;
            nullable: false;
            type: "string";
        };
        transaction_identifier: {
            example: "40149AAAE5E57885BCA72F5930A62F58";
            nullable: false;
            type: "string";
        };
        vendor_token: {
            example: "6515947d64b59333313556";
            nullable: false;
            type: "string";
        };
    };
    required: readonly ["request_id"];
    type: "object";
} = ...