Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PaymentService

Hierarchy

Index

Constructors

constructor

Properties

Protected seatersApi

seatersApi: SeatersApi

Methods

Protected convertPagedResult

  • convertPagedResult<T>(result: ApiPagedResult<T>): PagedResult<T>

Protected convertPagedSortedResult

  • convertPagedSortedResult<T>(result: ApiPagedSortedResult<T>): PagedResult<T>

createPaymentSystem

deletePaymentSystem

  • deletePaymentSystem(paymentSystemId: string): Promise<void>
  • Parameters

    • paymentSystemId: string

    Returns Promise<void>

Private expandJSONStringToObject

  • expandJSONStringToObject(data: object | object): object
  • Parameters

    • data: object | object

    Returns object

    • [key: string]: any

Private flattenObjectToJSONString

  • flattenObjectToJSONString(data: object | object): object
  • Parameters

    • data: object | object

    Returns object

    • [key: string]: string

getPaymentSystem

  • getPaymentSystem(paymentSystemId: string): Promise<PaymentSystem>
  • Parameters

    • paymentSystemId: string

    Returns Promise<PaymentSystem>

getPaymentSystems

updatePaymentSystem

Generated using TypeDoc