Search
Preparing search index...
The search index is not available
ASK SDK for Node.js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
DeviceAddressService
Class DeviceAddressService
Hierarchy
DeviceAddressService
Index
Constructors
constructor
Properties
api
Client
country
And
Postal
Path
Postfix
device
Address
Path
Postfix
device
Address
Path
Prefix
Methods
get
Country
And
Postal
Code
get
Full
Address
validate
Api
Response
Constructors
constructor
new
Device
Address
Service
(
apiClient
?:
ApiClient
)
:
DeviceAddressService
Parameters
Optional
apiClient:
ApiClient
Returns
DeviceAddressService
Properties
Protected
api
Client
api
Client
:
ApiClient
Protected
country
And
Postal
Path
Postfix
country
And
Postal
Path
Postfix
:
string
Protected
device
Address
Path
Postfix
device
Address
Path
Postfix
:
string
Protected
device
Address
Path
Prefix
device
Address
Path
Prefix
:
string
Methods
get
Country
And
Postal
Code
get
Country
And
Postal
Code
(
deviceId
:
string
, apiEndpoint
:
string
, token
:
string
)
:
Promise
<
ShortAddress
>
Parameters
deviceId:
string
apiEndpoint:
string
token:
string
Returns
Promise
<
ShortAddress
>
get
Full
Address
get
Full
Address
(
deviceId
:
string
, apiEndpoint
:
string
, token
:
string
)
:
Promise
<
Address
>
Parameters
deviceId:
string
apiEndpoint:
string
token:
string
Returns
Promise
<
Address
>
Private
validate
Api
Response
validate
Api
Response
(
apiClientResponse
:
ApiClientResponse
)
:
Address
Parameters
apiClientResponse:
ApiClientResponse
Returns
Address
Globals
Device
Address
Service
constructor
api
Client
country
And
Postal
Path
Postfix
device
Address
Path
Postfix
device
Address
Path
Prefix
get
Country
And
Postal
Code
get
Full
Address
validate
Api
Response