It specifies the address from where your parcels will be available for pickup
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the person, It should not contain special character or numeric value | [optional] |
| addressLine1 | String | Address line1 of the pickup address | [optional] |
| cityTown | String | City of the pickup address | [optional] |
| stateProvince | String | State province of the pickup address | [optional] |
| postalCode | String | Postal Code of the pickup address | [optional] |
| residential | Boolean | The specified adress can be Residential or Official. In case if the adress is Residential, the boolean value will be 'true', else it will take 'false'. | [optional] |
| countryCode | String | ISO-2 characters country code | [optional] |
| phone | String | Phone number | [optional] |
| company | String | Company name of pickup address | [optional] |
| String | Email. A Confirmation email will be send to this email id when pickup gets scheduled successfully. | [optional] |