added the mpesa onramp API response

This commit is contained in:
Alfred Kamanda 2025-11-28 09:29:57 +03:00
parent 04f33d0b6c
commit 4265fde9b7
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -0,0 +1,7 @@
package models
type MpesaOnrampResponse struct {
Message string `json:"message"`
Status string `json:"status"`
TransactionCode string `json:"transactionCode"`
}