Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
ErrorMessage string
PhoneNumber string
Amount string
Discount string
Status string
RequestID string
}
Entry is the entry for each airtime response
type Response ¶
type Response struct {
NumSent int
TotalAmount string
TotalDiscount string
ErrorMessage string
Responses []Entry
}
Response is the reponse from the api
Click to show internal directories.
Click to hide internal directories.