createdAt property

int? get createdAt

The date the order was created in Unixtime format.

Implementation

int? get createdAt => payload['date'];