type property

  1. @JsonKey(name: 'type', toJson: watchlistScreeningDocumentTypeToJson, fromJson: watchlistScreeningDocumentTypeFromJson)
WatchlistScreeningDocumentType type
final

Implementation

@JsonKey(
  name: 'type',
  toJson: watchlistScreeningDocumentTypeToJson,
  fromJson: watchlistScreeningDocumentTypeFromJson,
)
final enums.WatchlistScreeningDocumentType type;