@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Payment
Options
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
get
get
All
put
Payment
Option
Payment
Option
Response
Payment
Options
Options
Payment
Options
Query
Payment
Options
Response
Payment
Option
Type
Hierarchy
ThBaseHandler
PaymentOptions
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
get
get
All
put
Constructors
constructor
new
Payment
Options
(
options
:
PaymentOptionsOptions
, http
:
Client
)
:
PaymentOptions
Parameters
options:
PaymentOptionsOptions
http:
Client
Returns
PaymentOptions
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
PaymentOptionsOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/payment_options'
Methods
create
create
(
paymentOption
:
PaymentOption
)
:
Promise
<
PaymentOptionResponse
>
Parameters
paymentOption:
PaymentOption
Returns
Promise
<
PaymentOptionResponse
>
delete
delete
(
paymentOptionId
:
string
)
:
Promise
<
PaymentOptionResponse
>
Parameters
paymentOptionId:
string
Returns
Promise
<
PaymentOptionResponse
>
get
get
(
paymentOptionId
:
string
)
:
Promise
<
PaymentOptionResponse
>
Parameters
paymentOptionId:
string
Returns
Promise
<
PaymentOptionResponse
>
get
All
get
All
(
queryOrOptions
?:
PaymentOptionsQuery
)
:
Promise
<
PaymentOptionsResponse
>
Parameters
Optional
queryOrOptions:
PaymentOptionsQuery
Returns
Promise
<
PaymentOptionsResponse
>
put
put
(
paymentOptionId
:
string
, paymentOption
:
PaymentOption
)
:
Promise
<
PaymentOptionResponse
>
Parameters
paymentOptionId:
string
paymentOption:
PaymentOption
Returns
Promise
<
PaymentOptionResponse
>
Generated using
TypeDoc