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>
24 lines
695 B
Go
24 lines
695 B
Go
package kopokopo
|
|
|
|
// func (sdk kSDK) CreateMerchantBankAccount(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) CreateMerchantMobileWallet(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) CreateBlindTransfer(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
|
|
// func (sdk kSDK) CreateTargetedTransfer(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
// func (sdk kSDK) ProcessSettlemntTranser(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|
|
// func (sdk kSDK) QueryTransferStatus(grantType string) (string, error) {
|
|
// panic("Not implemented")
|
|
// }
|