added the mpesa onramp API response
This commit is contained in:
7
models/mpesa_onramp_response.go
Normal file
7
models/mpesa_onramp_response.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type MpesaOnrampResponse struct {
|
||||
Message string `json:"message"`
|
||||
Status string `json:"status"`
|
||||
TransactionCode string `json:"transactionCode"`
|
||||
}
|
||||
Reference in New Issue
Block a user