Sets the purchaseOrderId In case of the _orderType is returnOrder.
_orderType
Order setPurchaseOrderId(String purchaseOrderId) { _orderDetails.copyWith(purchaseOrderId: purchaseOrderId); return this; }