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 CLSendReceiptHandler
The CLSendReceiptHandlerservice class to send receipt.
doSendReceipt
doSendReceipt
Method | Description |
---|---|
doSendReceipt(CLPaymentResponse response) | this function used to send receipt |
3.6.2.2 CLSendReceipt
The CLSendReceiptServiceinterfaces has methods/callbacks:
onSendReceiptSuccess
onSendReceiptError
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 |