accountHolder property
PartyIdentificationBuilder
get
accountHolder
Implementation
PartyIdentificationBuilder get accountHolder =>
_$this._accountHolder ??= PartyIdentificationBuilder();
set
accountHolder
(PartyIdentificationBuilder? accountHolder)
Implementation
set accountHolder(PartyIdentificationBuilder? accountHolder) =>
_$this._accountHolder = accountHolder;