Type alias SalesforceRestApiFieldAddress
SalesforceRestApiFieldAddress: {
city: null | string;
country: null | string;
geocodeAccuracy: null | string;
latitude: null | string;
longitude: null | string;
postalCode: null | string;
state: null | string;
street: null | string;
}
Type declaration
city: null | string
country: null | string
geocodeAccuracy: null | string
latitude: null | string
longitude: null | string
postalCode: null | string
state: null | string
street: null | string
Salesforce REST API address field type.