/** * { "id": 175, "email": "khuong+test5@perxtech.com", "merchant_account_id": 206, "mobile": "", "username": "khuong+test5@perxtech.com" } */ export declare class MerchantInfo { id: number; merchantAccountId: number; email: string; username: string; mobile: string; }