Method SendInvite
SendInvite(AfterPayInviteRequest, AfterPayCallContext)
Sends an invitational SMS message to a customer's mobile phone. If no exception is thrown the invite was sent successfully.
Declaration
Task SendInvite(AfterPayInviteRequest request, AfterPayCallContext requestContext)
Parameters
Type | Name | Description |
---|---|---|
AfterPayInviteRequest | request | A AfterPayInviteRequest instance containing details of the invite to send. |
AfterPayCallContext | requestContext | A AfterPayCallContext instance describing additional information for the request. |
Returns
Type | Description |
---|---|
Task |