Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MerchantInfo

Git Source

Merchant information structure

struct MerchantInfo {
uint64 id; // Internal ID
uint32 timestamp; // Registration timestamp
bytes2 iso2; // Country code
string merchantName; // Merchant name
string merchantId; // Merchant ID
string locationId; // City code
string location; // Location
string merchantType; // Scene type
string verification; // Verification number
string description; // Description
}