Files
kopokopo-go/pkg/pay.go
T
b1ackd0t 0d92d846c6 Initial commit
Signed-off-by: GitHub <noreply@github.com>
2022-07-09 17:31:31 +00:00

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")
// }