txnActivityYear property

  1. @BuiltValueField.new(wireName: r'txnActivityYear')
String? get txnActivityYear

Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous year. Max length: 3 characters.

Implementation

@BuiltValueField(wireName: r'txnActivityYear')
String? get txnActivityYear;