platformChargebackLogic property

PlatformChargebackLogicBuilder get platformChargebackLogic

Implementation

PlatformChargebackLogicBuilder get platformChargebackLogic =>
    _$this._platformChargebackLogic ??= PlatformChargebackLogicBuilder();
set platformChargebackLogic (PlatformChargebackLogicBuilder? platformChargebackLogic)

Implementation

set platformChargebackLogic(
  PlatformChargebackLogicBuilder? platformChargebackLogic,
) => _$this._platformChargebackLogic = platformChargebackLogic;