bugfix/tweaked the document, counterpartyId is a mandatory field in Counterparty

This commit is contained in:
hongwei 2020-07-11 21:41:16 +02:00
parent 026667b57d
commit f304569305

View File

@ -244,7 +244,6 @@ case class Counterparty(
val kind: String, // Type of bank account.
// The following fields started from V210
@ignore
val counterpartyId: String,
val counterpartyName: String,
val thisBankId: BankId, // i.e. the Account that sends/receives money to/from this Counterparty