orderDate property

  1. @BuiltValueField.new(wireName: r'orderDate')
String? get orderDate

The date and time that the order was placed, in UTC ISO 8601 format. For example, "2011-12-03T10:15:30Z".

Implementation

@BuiltValueField(wireName: r'orderDate')
String? get orderDate;