UNPKG

@bebapps/rapyd-sdk

Version:

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

19 lines (18 loc) 380 B
export interface CreateGroupPaymentRequest { /** * Description of the group payment transaction. */ description?: string; /** * ID defined by the client.. Limited to 255 characters. */ merchant_reference_id?: string; /** * A JSON object defined by the client. */ metadata?: object; /** * Array of 'payment' objects. */ payments: string; };