Company: {{order.billingAddress.company}}
First name: {{order.billingAddress.firstName}}
Last name: {{order.billingAddress.lastName}}
Address1: {{order.billingAddress.address1}}
Address2: {{order.billingAddress.address2}}
City: {{order.billingAddress.city}}
State: {{order.billingAddress.state}}
Country: {{order.billingAddress.country}}
Post code: {{order.billingAddress.postCode}}
Phone: {{order.billingAddress.phoneNumber}}
Company: {{order.shippingAddress.company}}
First name: {{order.shippingAddress.firstName}}
Last name: {{order.shippingAddress.lastName}}
Address1: {{order.shippingAddress.address1}}
Address2: {{order.shippingAddress.address2}}
City: {{order.shippingAddress.city}}
State: {{order.shippingAddress.state}}
Country: {{order.shippingAddress.country}}
Post code: {{order.shippingAddress.postCode}}
Phone: {{order.shippingAddress.phoneNumber}}