ordercloud-javascript-sdk
Preparing search index...
Address
Interface Address<TAddressXp>
interface
Address
<
TAddressXp
=
any
>
{
AddressName
?:
string
;
City
:
string
;
CompanyName
?:
string
;
Country
:
string
;
DateCreated
?:
string
;
FirstName
?:
string
;
ID
?:
string
;
LastName
?:
string
;
Phone
?:
string
;
State
?:
string
;
Street1
:
string
;
Street2
?:
string
;
xp
?:
TAddressXp
;
Zip
?:
string
;
}
Type Parameters
TAddressXp
=
any
Index
Properties
Address
Name?
City
Company
Name?
Country
Date
Created?
First
Name?
ID?
Last
Name?
Phone?
State?
Street1
Street2?
xp?
Zip?
Properties
Optional
Address
Name
AddressName
?:
string
City
City
:
string
Optional
Company
Name
CompanyName
?:
string
Country
Country
:
string
Optional
Readonly
Date
Created
DateCreated
?:
string
Optional
First
Name
FirstName
?:
string
Optional
ID
ID
?:
string
Optional
Last
Name
LastName
?:
string
Optional
Phone
Phone
?:
string
Optional
State
State
?:
string
Street1
Street1
:
string
Optional
Street2
Street2
?:
string
Optional
xp
xp
?:
TAddressXp
Optional
Zip
Zip
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Address
Name
City
Company
Name
Country
Date
Created
First
Name
ID
Last
Name
Phone
State
Street1
Street2
xp
Zip
ordercloud-javascript-sdk
Loading...