threeDSecure property

ThreeDSecureBuilder get threeDSecure

Implementation

ThreeDSecureBuilder get threeDSecure =>
    _$this._threeDSecure ??= ThreeDSecureBuilder();
set threeDSecure (ThreeDSecureBuilder? threeDSecure)

Implementation

set threeDSecure(ThreeDSecureBuilder? threeDSecure) =>
    _$this._threeDSecure = threeDSecure;