UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

11 lines (10 loc) 217 B
export interface CheckConsumerAccountBalanceRequest { /** * Object containing the fields required for the service provider. */ fields: string; /** * ID of the service provider. */ type: string; };