mirror of
https://github.com/rodneyosodo/kopokopo-go.git
synced 2026-06-23 04:10:10 +00:00
0d92d846c6
Signed-off-by: GitHub <noreply@github.com>
34 lines
869 B
Go
34 lines
869 B
Go
package kopokopo
|
|
|
|
// func (sdk kSDK) AddPayRecipients(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) PayMobileRecipient(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) PayBankRecipient(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) PayTillRecipient(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) PayPaybillRecipient(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) CreatePayment(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) ProcessPayment(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) QueryPayment(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|