signatoryCode property

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

The unique identifier (UUID) of the signatory. >If, during an Account Holder create or update request, this field is left blank (but other fields provided), a new Signatory will be created with a procedurally-generated UUID. >If, during an Account Holder create request, a UUID is provided, the creation of the Signatory will fail while the creation of the Account Holder will continue. >If, during an Account Holder update request, a UUID that is not correlated with an existing Signatory is provided, the update of the Signatory will fail. >If, during an Account Holder update request, a UUID that is correlated with an existing Signatory is provided, the existing Signatory will be updated.

Implementation

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