createdBefore property
Filter to verifications created before this timestamp
Implementation
@JsonKey(toJson: iso8601) DateTime? get createdAfter;/// Filter to verifications created before this timestamp
@JsonKey(toJson: iso8601) DateTime? get createdBefore;