public static interface PrepaidCardRepository.LoadPrepaidCardCallback
 When prepaid card is properly loaded
 onPrepaidCardLoaded(PrepaidCard)
 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 | onPrepaidCardLoaded(PrepaidCard prepaidCard) |