counterparty property

Implementation

TransferNotificationCounterPartyBuilder get counterparty =>
    _$this._counterparty ??= TransferNotificationCounterPartyBuilder();
set counterparty (TransferNotificationCounterPartyBuilder? counterparty)

Implementation

set counterparty(TransferNotificationCounterPartyBuilder? counterparty) =>
    _$this._counterparty = counterparty;