arn property

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

The unique Acquirer Reference Number (arn) generated by the card scheme for each capture. You can use the arn to trace the transaction through its lifecycle.

Implementation

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