Version 1.0
Returns the value of the id field of the address.
{{ response.address.id }}
1
Version 1.0
Returns the value of the first_name field of the address.
<input type="text" name="first_name" require="1" value="{{response.customer.billing_address.first_name}}" >
{{ response.address.first_name }}
Serafim
Version 1.0
Returns the value of the last_name field of the address.
<input type="text" name="last_name" require="1" value="{{response.customer.billing_address.last_name}}" >
{{ response.address.last_name }}
Costa
Version 1.0
Returns the value of the name field of the address.
<input type="text" name="name" require="1" value="{{response.customer.billing_address.name}}" >
{{ response.address.name }}
Serafim Costa
Version 1.0
Returns the value of the address1 field of the address.
<input type="text" name="address1" require="1" value="{{response.customer.billing_address.address1}}" >
{{ response.address.address1 }}
Praça 25 de Abril
Version 1.0
Returns the value of the address2 field of the address.
<input type="text" name="address2" value="{{response.customer.billing_address.address2}}" >
{{ response.address.address2 }}
2º e 3º Andar
Version 1.0
Returns the value of the street field of the address.
<input type="text" name="street" require="1" value="{{response.customer.billing_address.street}}" >
{{ response.address.street }}
Praça 25 de Abril, 2º e 3º Andar
Version 1.0
Returns the value of the city field of the address.
<input type="text" name="city" require="1" value="{{response.customer.billing_address.city}}" >
{{ response.address.city }}
Santo Tirso
Version 1.0
Returns the value of the zip field of the address.
<input type="text" name="zip" require="1" value="{{response.customer.billing_address.zip}}" >
{{ response.address.zip }}
4760-711
Version 1.0
Returns the value of the coordinates field of the address.
{{ response.address.coordinates }}
Version 1.0
Returns the value of the email_address field of the address.
<input type="email" name="email_address" require="1" value="{{response.customer.billing_address.email_address}}" >
{{ response.address.email_address }}
info@redicom.pt
Version 1.0
Returns all of the line image in the address.
Version 1.0
Returns the value of the phone field of the address.
<input type="text" name="phone" require="1" value="{{response.customer.billing_address.phone}}" >
{{ response.address.phone }}
252 299 322
Version 1.0
Returns the value of the fax field of the address.
<p>{{response.customer.billing_address.fax}}"</p>
{{ response.address.fax }}
+3510123123123
Version 1.0
Returns the value of the schedule field of the address.
<p>{{response.customer.billing_address.schedule}}"</p>
{{ response.address.schedule }}
Seg a Sex: 09:00h - 17:30h
Sab: 10:00 - 13:00
Version 1.0
Returns all of the line country in the address.
Version
Version
Version