Search
Preparing search index...
The search index is not available
Seaters SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PaymentApi
Class PaymentApi
Hierarchy
SeatersApiController
PaymentApi
Index
Constructors
constructor
Properties
api
Context
Methods
build
Paging
Query
Params
build
Params
create
Payment
System
delete
Payment
System
get
Payment
System
get
Payment
Systems
update
Payment
System
Constructors
constructor
new
Payment
Api
(
apiContext
:
SeatersApiContext
)
:
PaymentApi
Parameters
apiContext:
SeatersApiContext
Returns
PaymentApi
Properties
Private
api
Context
api
Context
:
SeatersApiContext
Methods
Protected
build
Paging
Query
Params
build
Paging
Query
Params
(
pagingOptions
:
PagingOptions
)
:
object
Parameters
pagingOptions:
PagingOptions
Returns
object
Protected
build
Params
build
Params
(
obj
?:
object
)
:
object
Parameters
Default value
obj:
object
= {}
Returns
object
create
Payment
System
create
Payment
System
(
payload
:
PaymentSystemCreateDTO
)
:
Promise
<
PaymentSystem
>
Parameters
payload:
PaymentSystemCreateDTO
Returns
Promise
<
PaymentSystem
>
delete
Payment
System
delete
Payment
System
(
paymentSystemId
:
string
)
:
Promise
<
void
>
Parameters
paymentSystemId:
string
Returns
Promise
<
void
>
get
Payment
System
get
Payment
System
(
paymentSystemId
:
string
)
:
Promise
<
PaymentSystem
>
Parameters
paymentSystemId:
string
Returns
Promise
<
PaymentSystem
>
get
Payment
Systems
get
Payment
Systems
(
page
:
PagingOptions
)
:
Promise
<
PagedResult
<
PaymentSystem
>
>
Parameters
page:
PagingOptions
Returns
Promise
<
PagedResult
<
PaymentSystem
>
>
update
Payment
System
update
Payment
System
(
paymentSystemId
:
string
, payload
:
PaymentSystemUpdateDTO
)
:
Promise
<
PaymentSystem
>
Parameters
paymentSystemId:
string
payload:
PaymentSystemUpdateDTO
Returns
Promise
<
PaymentSystem
>
Globals
Payment
Api
constructor
api
Context
build
Paging
Query
Params
build
Params
create
Payment
System
delete
Payment
System
get
Payment
System
get
Payment
Systems
update
Payment
System
Generated using
TypeDoc