mpesa-onramp #20

Open
Alfred-mk wants to merge 7 commits from mpesa-onramp into master
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"`
}