merchant property

Implementation

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

Implementation

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