dateTime property

  1. @BuiltValueField.new(wireName: r'DateTime')
DateTime get dateTime

Date and Time. In the Login request message, the Sale System gives its date and time to the POI System. In the Login response, the POI System gives its date and time to the Sale System.

Implementation

@BuiltValueField(wireName: r'DateTime')
DateTime get dateTime;