authenticity property

  1. @JsonKey(name: 'authenticity', toJson: documentAuthenticityMatchCodeToJson, fromJson: documentAuthenticityMatchCodeFromJson)
DocumentAuthenticityMatchCode authenticity
final

Implementation

@JsonKey(
  name: 'authenticity',
  toJson: documentAuthenticityMatchCodeToJson,
  fromJson: documentAuthenticityMatchCodeFromJson,
)
final enums.DocumentAuthenticityMatchCode authenticity;