orderDate property
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;
The date and time that the order was placed, in UTC ISO 8601 format. For example, "2011-12-03T10:15:30Z".
@BuiltValueField(wireName: r'orderDate')
String? get orderDate;