/** * MerchantsService * AUTO-GENERATED — public merchant surface from filtered OpenAPI */ export declare class MerchantsService { /** * OpenAPI operationId: `MerchantsController_getDetails`. * Get merchant details */ static get(id: string): Promise; /** * OpenAPI operationId: `MerchantsController_getArr`. * Get merchant ARR */ static getArr(id: string): Promise; /** * OpenAPI operationId: `MerchantsController_getBalance`. * Get merchant account balance for a currency */ static getBalance(id: string, options?: Record): Promise; /** * OpenAPI operationId: `MerchantsController_getMrr`. * Get merchant MRR */ static getMrr(id: string): Promise; } //# sourceMappingURL=MerchantsService.d.ts.map