added the mpesa onramp API response

This commit is contained in:
2025-11-28 09:29:57 +03:00
parent 04f33d0b6c
commit 4265fde9b7

View File

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