// Assume getters and setters class OrderDTO { String customerFirstName; String customerLastName; String billingStreet; String billingCity; }