mpesa-onramp #20

Merged
Alfred-mk merged 7 commits from mpesa-onramp into master 2026-02-07 16:04:23 +01:00
Showing only changes of commit 4265fde9b7 - Show all commits

View File

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