public interface PrepaidCardReceiptRepository
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleanup resources when not needed anymore
|
<any> |
getErrors()
Error information, consumer can subscribe of errors occur during data retrieval
|
<any> |
isLoading()
Loading indicator consumer can subscribe to loading of data events
|
<any> |
loadPrepaidCardReceipts()
Load prepaid card receipts information, consumer can subscribe to receipts data changes events
|
void |
refresh()
Refresh and reinitialized receipts
|
void |
retryLoadReceipt()
Reload receipt information, usually invoked when error is raised after the first load and consumer opts to retry
the last operation
|
<any> loadPrepaidCardReceipts()
<any> isLoading()
true
if load receipt is in loading state; false
otherwise<any> getErrors()
void retryLoadReceipt()
void refresh()
void cleanup()