totalAmount property

  1. @BuiltValueField.new(wireName: r'TotalAmount')
num? get totalAmount

Amount of a transaction. In the Card Acquisition Request message, it allows the processing of a contactless card.

Implementation

@BuiltValueField(wireName: r'TotalAmount')
num? get totalAmount;