merchant property
TransferNotificationMerchantDataBuilder
get
merchant
Implementation
TransferNotificationMerchantDataBuilder get merchant =>
_$this._merchant ??= TransferNotificationMerchantDataBuilder();
set
merchant
(TransferNotificationMerchantDataBuilder? merchant)
Implementation
set merchant(TransferNotificationMerchantDataBuilder? merchant) =>
_$this._merchant = merchant;