avsResult property

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

The AVS result code of the payment, which provides information about the outcome of the AVS check. For possible values, see AVS.

Implementation

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