mpesa-onramp #20
7
models/mpesa_onramp_response.go
Normal file
7
models/mpesa_onramp_response.go
Normal file
@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type MpesaOnrampResponse struct {
|
||||
Message string `json:"message"`
|
||||
Status string `json:"status"`
|
||||
TransactionCode string `json:"transactionCode"`
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user