3.6.2 Send Receipt
The service is used to send receipt payment transactions. The receipt is sent by cashlez's e-mail or SMS. Below is Send Receipt flow (Figure Below).
Send Receipt Flow
The service is used to send receipt payment transactions. the receipt sent by cashlez's e-mail or SMS.
3.6.2.1 ICLSendReceiptHandler
The ICLSendReceiptHandlerservice class to send receipt.
doSendReceipt| Method | Description |
|---|---|
doSendReceipt(CLPaymentResponse response) | this function used to send receipt |
3.6.2.2 ICLSendReceipt
The ICLSendReceiptServiceinterfaces has methods/callbacks:
onSendReceiptSuccessonSendReceiptError| Method | Description |
|---|---|
onSendReceiptSuccess(CLSendReceiptResponse response) | this callback is called when send receipt success |
onSendReceiptError(CLErrorResponse error) | this callback is called when send receipt fail/error |