SystemPaymentProviderService
Constructors
constructor
**new SystemPaymentProviderService**(_)
Parameters
_
anyRequiredProperties
__configModule__
Record<string, unknown>__container__
anyRequired__moduleDeclaration__
Record<string, unknown>manager_
EntityManagerRequiredtransactionManager_
undefined | EntityManagerRequiredidentifier
stringRequiredDefault: "system"
Accessors
activeManager_
Protected
activeManager_: [object Object]
Methods
atomicPhase_
Protected **atomicPhase_**<TypeParameter TResult, TypeParameter TError>(work, isolationOrErrorHandler?, maybeErrorHandlerOrDontFail?): Promise<TResult>
Wraps some work within a transactional block. If the service already has a transaction manager attached this will be reused, otherwise a new transaction manager is created.
Type Parameters
TResult
objectRequiredTError
objectRequiredParameters
work
(transactionManager: EntityManager) => Promise<TResult>Requiredthe transactional work to be done
isolationOrErrorHandler
IsolationLevel | (error: TError) => Promise<void | TResult>the isolation level to be used for the work.
maybeErrorHandlerOrDontFail
(error: TError) => Promise<void | TResult>Potential error handler
Returns
Promise<TResult>
Promise
Promise<TResult>Requiredthe result of the transactional work
authorizePayment
**authorizePayment**(_): Promise<Record<string, unknown>>
Parameters
_
anyRequiredReturns
Promise<Record<string, unknown>>
Promise
Promise<Record<string, unknown>>RequiredcancelPayment
**cancelPayment**(_): Promise<Record<string, unknown>>
Parameters
_
anyRequiredReturns
Promise<Record<string, unknown>>
Promise
Promise<Record<string, unknown>>RequiredcapturePayment
**capturePayment**(_): Promise<Record<string, unknown>>
Parameters
_
anyRequired