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