transactionType property
ThreeDS2RequestDataTransactionTypeEnum?
get
transactionType
Implementation
ThreeDS2RequestDataTransactionTypeEnum? get transactionType =>
_$this._transactionType;
set
transactionType
(ThreeDS2RequestDataTransactionTypeEnum? transactionType)
Implementation
set transactionType(
ThreeDS2RequestDataTransactionTypeEnum? transactionType,
) => _$this._transactionType = transactionType;