commit f5663ec399529456a23819a795baf47d81631b66
parent a846d00e60789fe2ba1a64c86df69da9a494280a
Author: MS <ms@taler.net>
Date: Fri, 26 Jun 2020 15:42:03 +0200
consistent renaming
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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