Function: sendCustomerNotification()
sendCustomerNotification<
T
>(session
,notification
,options
?):Promise
<void
>
Type Parameters
Type Parameter |
---|
T extends CustomerNotification |
Parameters
Parameter | Type |
---|---|
session | Session |
notification | CustomerNotification |
options ? | CustomerNotificationOptions <T > |
Returns
Promise
<void
>