threeDSRequestorAuthenticationInfo property

ThreeDSRequestorAuthenticationInfoBuilder get threeDSRequestorAuthenticationInfo

Implementation

ThreeDSRequestorAuthenticationInfoBuilder
get threeDSRequestorAuthenticationInfo =>
    _$this._threeDSRequestorAuthenticationInfo ??=
        ThreeDSRequestorAuthenticationInfoBuilder();
set threeDSRequestorAuthenticationInfo (ThreeDSRequestorAuthenticationInfoBuilder? threeDSRequestorAuthenticationInfo)

Implementation

set threeDSRequestorAuthenticationInfo(
  ThreeDSRequestorAuthenticationInfoBuilder?
  threeDSRequestorAuthenticationInfo,
) => _$this._threeDSRequestorAuthenticationInfo =
    threeDSRequestorAuthenticationInfo;