ReconfirmationTimestamps
Represents timestamps for the reconfirmation and rejection actions within a reconfirmation process.
Properties
Reconfirmed
- DateTime?
The date and time when the reconfirmation process was completed.
Rejected
- DateTime?
The date and time when the reconfirmation process was rejected.
Constructor
public ReconfirmationTimestamps(DateTime? reconfirmed, DateTime? rejected)
Parameters
reconfirmed
- DateTime?
The date and time when the reconfirmation action was performed, if applicable.
rejected
- DateTime?
The date and time when the rejection action was performed, if applicable.