14 [DefaultValueStringEmpty]
15 public string FieldId {
get;
set; } =
string.Empty;
21 public string?
Value {
get;
set; }
35 this.FieldId = fieldId;
Represents a field value in a KYC process reference.
KycFieldValue(string fieldId, string? value)
Initializes a new instance of the KycFieldValue class with the specified field ID and value.
KycFieldValue()
Initializes a new instance of the KycFieldValue class.
string FieldId
Gets or sets the field identifier (unique within the process).
string? Value
Gets or sets the value of the field as a string.