From 9f8638a0799548529c7e8003d1891b1eedf13d3d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 11 May 2020 01:03:03 +0200 Subject: Gather data for a fresh bank transport. --- libeufin/api-nexus.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libeufin/api-nexus.rst') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 865b5faa..2d36fac6 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -256,14 +256,18 @@ to the real bank. interface BankTransport { + // Type of the transport (ebics, fints, native, ..) + type: string; + // Mnemonic identifier for the transport bein created. name: string; // Restore a previous transport. backup?: TransportBackup; - - // Type of the transport (ebics, fints, native, ..) - type: string; + + // Data to create a fresh bank transport without + // restoring any backup. + new?: TransportNew; } -- cgit v1.2.3