18 string? lastVisitedPageId,
19 string lastVisitedMode,
24 this.ObjectId = objectId;
25 this.Version = version;
27 this.Progress = progress;
28 this.LastVisitedPageId = lastVisitedPageId;
29 this.LastVisitedMode = lastVisitedMode;
30 this.ApplicationReview = applicationReview;
31 this.CreatedUtc = createdUtc;
32 this.UpdatedUtc = updatedUtc;
35 public string? ObjectId {
get; }
36 public int Version {
get; }
38 public double Progress {
get; }
39 public string? LastVisitedPageId {
get; }
40 public string LastVisitedMode {
get; }
42 public DateTime CreatedUtc {
get; }
43 public DateTime UpdatedUtc {
get; }
Captures the result of an application review returned from backend services.
Immutable snapshot of the state of a KycReference at a point in time. Used to persist ordered,...
Represents a field value in a KYC process reference.