txnActivityDay property

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

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

Implementation

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