displayOrderId property

int? get displayOrderId

The order number, consisting of the customer ID and the order ID.

Implementation

int? get displayOrderId => payload['display_order_id'];