itemsCount property

int? get itemsCount

The number of items in the order.

Implementation

int? get itemsCount => payload['items_count'];