{{vm.customer.companyName}} {{ vm.customer.gender == 1 ? 'Dhr.' : vm.customer.gender == 2 ? 'Mevr.' : 'Dhr./Mevr.' }} {{ vm.customer.firstName }} {{ vm.customer.infix }} {{ vm.customer.lastName }}
{{ vm.customer.email }}
{{ vm.customer.phone }}
{{ vm.customer.values.taxnumber }}
{{ vm.customer.invoiceAddress.street1 }} {{ vm.customer.invoiceAddress.houseNumber }} {{ vm.customer.invoiceAddress.houseNumberExt }}
{{ vm.customer.invoiceAddress.postalCode }} {{ vm.customer.invoiceAddress.city }} ({{ vm.customer.invoiceAddress.country }})
{{ ::vm.text[vm.lang].noKnownAddress }}
{{ vm.customer.shippingAddress.street1 }} {{ vm.customer.shippingAddress.houseNumber }} {{ vm.customer.shippingAddress.houseNumberExt }}
{{ vm.customer.shippingAddress.postalCode }} {{ vm.customer.shippingAddress.city }} ({{ vm.customer.shippingAddress.country }})
{{ vm.customer.account.maskedAccountNumber.toLowerCase() }}