From f5663ec399529456a23819a795baf47d81631b66 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 26 Jun 2020 15:42:03 +0200 Subject: consistent renaming --- libeufin/api-nexus.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libeufin') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 61d55e25..313b3898 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -83,13 +83,13 @@ manages payment initiations of the account and tracks the of payment initiations interface BankAccount { // mnemonic name identifying this bank account. - account: string; + nexusBankAccountId: string; // IBAN iban: string; // BIC bic: string; // Legal subject owning the account. - holder: string; + ownerName: string; } .. http:post:: {nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit -- cgit v1.2.3