Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |