added the mpesa onramp API response
This commit is contained in:
parent
04f33d0b6c
commit
4265fde9b7
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"`
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user