export interface CheckConsumerAccountBalanceRequest { /** * Object containing the fields required for the service provider. */ fields: string; /** * ID of the service provider. */ type: string; } //# sourceMappingURL=CheckConsumerAccountBalanceRequest.d.ts.map