/** * SettlementsService * AUTO-GENERATED — public merchant surface from filtered OpenAPI */ export declare class SettlementsService { /** * OpenAPI operationId: `SettlementsController_findAll`. * List settlement periods */ static findAll(options?: Record): Promise; /** * OpenAPI operationId: `SettlementsController_findTransactions`. * List transactions in a settlement period */ static findTransactions(id: string, options?: Record): Promise; } //# sourceMappingURL=SettlementsService.d.ts.map