capturedSignature property

  1. @BuiltValueField.new(wireName: r'CapturedSignature')
CapturedSignature? get capturedSignature

Numeric value of a handwritten signature. Contains the value of a handwritten signature, e.g. the signature of a cardholder on the merchant payment receipt. Only one format of the signature is allowed: * The size of the pad area where the signature is written, given with the maximum abscissa and ordinate values. * The sequence of coordinates where the pen changes direction or lift.

Implementation

@BuiltValueField(wireName: r'CapturedSignature')
CapturedSignature? get capturedSignature;