public static interface PrepaidCardRepository.LoadPrepaidCardsCallback
 When prepaid cards is properly loaded
 onPrepaidCardListLoaded(List)
 is invoked otherwise onError(Errors)
 is called to further log or show error information
| Modifier and Type | Method and Description | 
|---|---|
| void | onError(Errors errors) | 
| void | onPrepaidCardListLoaded(java.util.List<PrepaidCard> prepaidCardList) |