Package sn.sonatel.api.service
Interface TransactionService
-
public interface TransactionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionResponsecashIn(TransactionRequest request)FloatgetBalance()PublicKeygetPublicKey()
-
-
-
Method Detail
-
getPublicKey
PublicKey getPublicKey()
-
getBalance
Float getBalance() throws ClientResponseException
- Throws:
ClientResponseException
-
cashIn
TransactionResponse cashIn(TransactionRequest request) throws ClientResponseException
- Throws:
ClientResponseException
-
-