threeDS2ResponseData property
ThreeDS2ResponseDataBuilder
get
threeDS2ResponseData
Implementation
ThreeDS2ResponseDataBuilder get threeDS2ResponseData =>
_$this._threeDS2ResponseData ??= ThreeDS2ResponseDataBuilder();
set
threeDS2ResponseData
(ThreeDS2ResponseDataBuilder? threeDS2ResponseData)
Implementation
set threeDS2ResponseData(ThreeDS2ResponseDataBuilder? threeDS2ResponseData) =>
_$this._threeDS2ResponseData = threeDS2ResponseData;