operationExpires property

DateTime operationExpires
final

Date and time when the operation will expire.

You should never use this for hiding the operation (visually) from the user as the time set for the user system can differ with the backend.

Implementation

final DateTime operationExpires;