transactionType property

  1. @BuiltValueField.new(wireName: r'transactionType')
ThreeDS2RequestDataTransactionTypeEnum? get transactionType

Identify the type of the transaction being authenticated.

Implementation

@BuiltValueField(wireName: r'transactionType')
ThreeDS2RequestDataTransactionTypeEnum? get transactionType;