added the GetMpesaOnrampRates function
This commit is contained in:
@@ -5,3 +5,8 @@ type MpesaOnrampResponse struct {
|
||||
Status string `json:"status"`
|
||||
TransactionCode string `json:"transactionCode"`
|
||||
}
|
||||
|
||||
type MpesaOnrampRatesResponse struct {
|
||||
Buy float64 `json:"buy"`
|
||||
Sell float64 `json:"sell"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user