AboutSupportDeveloper GuideVersion 2.3.0
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;
}

Salesforce REST API address field type.

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

Generated using TypeDoc