| | |
| | | enum EnumEnterpriseWalletAccess { |
| | | /**支付宝 */ |
| | | Alipay = 10, |
| | | /**平安银行 */ |
| | | PingAnPay = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseWalletExpandindirectOrderFileType { |
| | |
| | | /** 附件 */ |
| | | files?: GetEnterpriseWalletExpandindirectOrderQueryResultFile[]; |
| | | expandindirectOrderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; |
| | | /** 余额 */ |
| | | balance?: number; |
| | | } |
| | | |
| | | interface GetEnterpriseWalletTransactionQueryResult { |
| | |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | access?: EnumEnterpriseWalletAccess; |
| | | /** 所属银行 */ |
| | | bank?: string; |
| | | /** 所属支行 */ |
| | | bankBranch?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 账号 */ |
| | | identity?: string; |
| | | } |
| | | |
| | | interface OpenEnterpriseWalletCommandResult { |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | type TestAliPayCommand = Record<string, any>; |
| | | interface TestAliPayCommand { |
| | | code?: string; |
| | | freezeNo?: string; |
| | | } |
| | | |
| | | interface UpdatePhoneNumberVerifyCodeCommand { |
| | | /** 手机号码 */ |