ID

{{order.id}}

Reference

{{order.reference}}

Customer

{{order.customer.firstName}} {{order.customer.lastName}}

Total

{{order.total | currency:'USD':true}}

Payment

{{order.payment.method}}

Status

{{order.status[0].name}}

Date

{{order.date}}