threeDSRequestorPriorAuthenticationInfo property

ThreeDSRequestorPriorAuthenticationInfoBuilder get threeDSRequestorPriorAuthenticationInfo

Implementation

ThreeDSRequestorPriorAuthenticationInfoBuilder
get threeDSRequestorPriorAuthenticationInfo =>
    _$this._threeDSRequestorPriorAuthenticationInfo ??=
        ThreeDSRequestorPriorAuthenticationInfoBuilder();
set threeDSRequestorPriorAuthenticationInfo (ThreeDSRequestorPriorAuthenticationInfoBuilder? threeDSRequestorPriorAuthenticationInfo)

Implementation

set threeDSRequestorPriorAuthenticationInfo(
  ThreeDSRequestorPriorAuthenticationInfoBuilder?
  threeDSRequestorPriorAuthenticationInfo,
) => _$this._threeDSRequestorPriorAuthenticationInfo =
    threeDSRequestorPriorAuthenticationInfo;