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