signatoryCode property

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

The code of the signatory to which the check applies.

Implementation

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