@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Transactions
constructor
endpoint
http
options
uri
Helper
create
Image
delete
All
Images
delete
Image
get
Images
update
Image
Transactions
Get
Images
Failed
Transactions
Image
Create
Failed
Transactions
Image
Delete
Failed
Transactions
Image
Update
Failed
Transactions
Images
Delete
Failed
Hierarchy
Transactions
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
Methods
create
Image
delete
All
Images
delete
Image
get
Images
update
Image
Constructors
constructor
new
Transactions
(
options
:
TransactionsOptions
, http
:
Client
)
:
Transactions
Parameters
options:
TransactionsOptions
http:
Client
Returns
Transactions
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
TransactionsOptions
uri
Helper
uri
Helper
:
UriHelper
Methods
create
Image
create
Image
(
transactionId
:
string
, image
:
string
)
:
Promise
<
TransactionImageCreateResponse
>
Parameters
transactionId:
string
image:
string
Returns
Promise
<
TransactionImageCreateResponse
>
delete
All
Images
delete
All
Images
(
transactionId
:
string
)
:
Promise
<
TransactionImagesDeleteResponse
>
Parameters
transactionId:
string
Returns
Promise
<
TransactionImagesDeleteResponse
>
delete
Image
delete
Image
(
transactionId
:
string
, imageIndex
:
number
)
:
Promise
<
TransactionImageDeleteResponse
>
Parameters
transactionId:
string
imageIndex:
number
Returns
Promise
<
TransactionImageDeleteResponse
>
get
Images
get
Images
(
transactionId
:
string
)
:
Promise
<
TransactionImageGetResponse
>
Parameters
transactionId:
string
Returns
Promise
<
TransactionImageGetResponse
>
update
Image
update
Image
(
transactionId
:
string
, imageIndex
:
number
, image
:
string
)
:
Promise
<
TransactionImageUpdateResponse
>
Parameters
transactionId:
string
imageIndex:
number
image:
string
Returns
Promise
<
TransactionImageUpdateResponse
>
Generated using
TypeDoc