documentData property
Array that contains information about the person's identification document. You can submit only one entry per document type.
Implementation
@BuiltValueField(wireName: r'documentData')
BuiltList<PersonalDocumentData>? get documentData;