accountId property
Implementation
XdrAccountID? get accountId => this._accountId;
Implementation
set accountId(XdrAccountID? value) => this._accountId = value;
XdrAccountID? get accountId => this._accountId;
set accountId(XdrAccountID? value) => this._accountId = value;