@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/slack-customer-events
WithdrawalEventSlackConsumer
Class WithdrawalEventSlackConsumer
Consumes events coming from withdrawal transactions
Index
Constructors
constructor
Methods
consume
Constructors
constructor
new
WithdrawalEventSlackConsumer
(
args
:
{
customerNotificationPreferencesService
:
CustomerNotificationPreferencesService
;
customerQueryService
:
CustomerQueryService
;
customerSlackMessagePublisher
:
CustomerSlackMessagePublisher
;
entityService
:
EntityService
;
MOVEUSD_APP_URL
:
string
;
paymentInstrumentAdminQueryService
:
PaymentInstrumentAdminQueryService
;
withdrawalAdminService
:
WithdrawalAdminService
;
}
,
)
:
WithdrawalEventSlackConsumer
Parameters
args
:
{
customerNotificationPreferencesService
:
CustomerNotificationPreferencesService
;
customerQueryService
:
CustomerQueryService
;
customerSlackMessagePublisher
:
CustomerSlackMessagePublisher
;
entityService
:
EntityService
;
MOVEUSD_APP_URL
:
string
;
paymentInstrumentAdminQueryService
:
PaymentInstrumentAdminQueryService
;
withdrawalAdminService
:
WithdrawalAdminService
;
}
Returns
WithdrawalEventSlackConsumer
Methods
consume
consume
(
event
:
CustomerEvent
<
"withdrawal.withdrawal.statusUpdated"
>
,
)
:
Promise
<
void
>
Parameters
event
:
CustomerEvent
<
"withdrawal.withdrawal.statusUpdated"
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
consume
@cfxlabsinc/b2b-services
Loading...
Consumes events coming from withdrawal transactions