@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Remote
Ordering
Service
Account
Configs
constructor
endpoint
http
options
uri
Helper
base
Endpoint
base
Path
create
delete
list
list
All
update
Remote
Ordering
Service
Account
Configs
Failed
Remote
Ordering
Service
Account
Config
Remote
Ordering
Service
Account
Config
Body
Remote
Ordering
Service
Account
Config
Mutation
Response
Remote
Ordering
Service
Account
Configs
List
Response
Remote
Ordering
Service
Account
Configs
Options
Hierarchy
ThBaseHandler
RemoteOrderingServiceAccountConfigs
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
base
Path
create
delete
list
list
All
update
Constructors
constructor
new
Remote
Ordering
Service
Account
Configs
(
options
:
RemoteOrderingServiceAccountConfigsOptions
, http
:
Client
)
:
RemoteOrderingServiceAccountConfigs
Parameters
options:
RemoteOrderingServiceAccountConfigsOptions
http:
Client
Returns
RemoteOrderingServiceAccountConfigs
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
RemoteOrderingServiceAccountConfigsOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/remote-ordering-inner'
Methods
Private
base
Path
base
Path
(
serviceAccountId
:
string
)
:
string
Parameters
serviceAccountId:
string
Returns
string
create
create
(
serviceAccountId
:
string
, body
:
RemoteOrderingServiceAccountConfigBody
)
:
Promise
<
RemoteOrderingServiceAccountConfigMutationResponse
>
Parameters
serviceAccountId:
string
body:
RemoteOrderingServiceAccountConfigBody
Returns
Promise
<
RemoteOrderingServiceAccountConfigMutationResponse
>
delete
delete
(
serviceAccountId
:
string
, configurationId
:
string
)
:
Promise
<
RemoteOrderingServiceAccountConfigMutationResponse
>
Parameters
serviceAccountId:
string
configurationId:
string
Returns
Promise
<
RemoteOrderingServiceAccountConfigMutationResponse
>
list
list
(
serviceAccountId
:
string
, query
?:
{
limit
?:
number
;
uri
?:
string
}
)
:
Promise
<
RemoteOrderingServiceAccountConfigsListResponse
>
Parameters
serviceAccountId:
string
Optional
query:
{
limit
?:
number
;
uri
?:
string
}
Optional
limit
?:
number
Optional
uri
?:
string
Returns
Promise
<
RemoteOrderingServiceAccountConfigsListResponse
>
list
All
list
All
(
serviceAccountId
:
string
)
:
Promise
<
RemoteOrderingServiceAccountConfig
[]
>
Parameters
serviceAccountId:
string
Returns
Promise
<
RemoteOrderingServiceAccountConfig
[]
>
update
update
(
serviceAccountId
:
string
, configurationId
:
string
, body
:
RemoteOrderingServiceAccountConfigBody
)
:
Promise
<
RemoteOrderingServiceAccountConfigMutationResponse
>
Parameters
serviceAccountId:
string
configurationId:
string
body:
RemoteOrderingServiceAccountConfigBody
Returns
Promise
<
RemoteOrderingServiceAccountConfigMutationResponse
>
Generated using
TypeDoc