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; } //# sourceMappingURL=CreateGroupPaymentRequest.d.ts.map