nylas
Preparing search index...
models/contacts
PhysicalAddress
Interface PhysicalAddress
Interface for physical addresses in a contact.
interface
PhysicalAddress
{
city
?:
string
;
country
?:
string
;
format
?:
string
;
postalCode
?:
string
;
state
?:
string
;
streetAddress
?:
string
;
type
?:
string
;
}
Index
Properties
city?
country?
format?
postal
Code?
state?
street
Address?
type?
Properties
Optional
city
city
?:
string
Optional
country
country
?:
string
Optional
format
format
?:
string
Optional
postal
Code
postalCode
?:
string
Optional
state
state
?:
string
Optional
street
Address
streetAddress
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
city
country
format
postal
Code
state
street
Address
type
nylas
Loading...
Interface for physical addresses in a contact.