Address Details
Input representation of the donor's address details.
JSON example
1{
2 "street": "123 Main Street",
3 "city": "Oakland",
4 "state": "CA",
5 "postalCode": "94610",
6 "country": "US"
7}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| city | String | City of the donor. | Required | 60.0 |
| country | String | Country of the donor. | Required | 60.0 |
| postalCode | String | Postal code of the donor. | Required | 60.0 |
| state | String | State of the donor. | Required | 60.0 |
| street | String | Street name of the donor. | Required | 60.0 |