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

PartnerInfo

Git Source

Partner information structure

struct PartnerInfo {
uint64 id; // Internal ID
uint32 timestamp; // Registration timestamp
bytes2 iso2; // ISO2 country code
string partnerCode; // Partner code
string verification; // Verification number issued by ShareX
string partnerName; // Partner name
string description; // Service description
string businessType; // Business type
}