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)FloatgetMerchantBalance()PublicKeygetPublicKey()FloatgetRetailerBalance()TransactionResponsewebPayment(TransactionRequest request)
-
-
-
Method Detail
-
getPublicKey
PublicKey getPublicKey()
-
getRetailerBalance
Float getRetailerBalance() throws ClientResponseException
- Throws:
ClientResponseException
-
getMerchantBalance
Float getMerchantBalance() throws ClientResponseException
- Throws:
ClientResponseException
-
cashIn
TransactionResponse cashIn(TransactionRequest request) throws ClientResponseException
- Throws:
ClientResponseException
-
webPayment
TransactionResponse webPayment(TransactionRequest request) throws ClientResponseException
- Throws:
ClientResponseException
-
-