UNPKG

@bebapps/rapyd-sdk

Version:

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

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