The code smell when you do this:
customer.Address.Statewindow.BoundingBox.Origin.X

When it should be this:
customer.Statewindow.LeftBoundary

a. Message Chain
b. Speculative Generality
c. Large Class
d. Long Method