2ZVBF5CFNCLOMSEINEDT45GB3QTNLGFNVTXZIA4FRYSCVPUD5QIQC
uint64 product = 0;
double amount = 1;
Money price = 2;
optional Money discount = 3;
optional Timestamp valid_from = 4;
optional Timestamp valid_to = 5;
uint64 product = 1;
double amount = 2;
Money price = 3;
optional Money discount = 4;
optional Timestamp valid_from = 5;
optional Timestamp valid_to = 6;
string name = 0;
string address = 1;
map<string, string> identifiers = 2; // identifers of that customer in different systems
optional string comment = 3;
repeated string tags;
string name = 1;
string address = 2;
map<string, string> identifiers = 3; // identifers of that customer in different systems
optional string comment = 4;
repeated string tags = 5;
uint64 tid = 0;
uint64 parent = 1;
uint64 user = 2;
uint64 ts = 3; // unix time in seconds
string signature = 4;
uint64 tid = 1;
uint64 parent = 2; // tid of the parent transaction
uint64 uid = 3; // tid of the user transaction
uint64 ts = 4; // unix time in seconds
string signature = 5;