See https://github.com/hyperwallet/python-sdk/blob/master/hyperwallet/api.py#L3091 According to API docs response in `data` property is a list. `listTransferMethods()` tries to pass the whole response dict to `TransferMethod()`
See https://github.com/hyperwallet/python-sdk/blob/master/hyperwallet/api.py#L3091
According to API docs response in
dataproperty is a list.listTransferMethods()tries to pass the whole response dict toTransferMethod()