diff --git a/models/mpesa_onramp_response.go b/models/mpesa_onramp_response.go new file mode 100644 index 0000000..b6155af --- /dev/null +++ b/models/mpesa_onramp_response.go @@ -0,0 +1,7 @@ +package models + +type MpesaOnrampResponse struct { + Message string `json:"message"` + Status string `json:"status"` + TransactionCode string `json:"transactionCode"` +}