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

MerchantParams

Git Source

Parameters structure for registering a merchant

struct MerchantParams {
string merchantName;
string merchantId;
string description;
bytes2 iso2;
string locationId;
string location;
string merchantType;
string verification;
}