afterpayTouch property

AfterpayTouchInfoBuilder get afterpayTouch

Implementation

AfterpayTouchInfoBuilder get afterpayTouch =>
    _$this._afterpayTouch ??= AfterpayTouchInfoBuilder();
set afterpayTouch (AfterpayTouchInfoBuilder? afterpayTouch)

Implementation

set afterpayTouch(AfterpayTouchInfoBuilder? afterpayTouch) =>
    _$this._afterpayTouch = afterpayTouch;