| | |
| | | lgGigWorkerCustomerTemplateId?: string; |
| | | } |
| | | |
| | | interface APIgetBankAreasParams { |
| | | /** 通道 */ |
| | | access?: EnumWalletAccess; |
| | | } |
| | | |
| | | interface APIgetBanksParams { |
| | | /** 通道 */ |
| | | access?: EnumWalletAccess; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | } |
| | | |
| | | interface APIgetBatchBillStaffListParams { |
| | | insurancePolicyId?: string; |
| | | batchBillId?: string; |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetExternalSystemNongYePayWalletParams { |
| | | /** 外部系统Id */ |
| | | externalSystemId?: string; |
| | | } |
| | | |
| | | interface APIgetExternalSystemPingAnPayWalletParams { |
| | | /** 外部系统Id */ |
| | | externalSystemId?: string; |
| | |
| | | insureBillNo?: string; |
| | | /** 收款单位名称 */ |
| | | incomeBankAccount?: string; |
| | | /** 收款单位行号 */ |
| | | incomeBankNo?: string; |
| | | /** 收款单位账号 */ |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | |
| | | |
| | | type EnumSmsStatus = 0 | 10 | 20 | 30; |
| | | |
| | | type EnumWalletAccess = 10 | 20 | 30 | 40; |
| | | |
| | | type EnumWalletSignStatus = 1 | 10 | 100 | 999; |
| | | |
| | | type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50; |
| | |
| | | enterpriseName: string; |
| | | /** 信用代码 */ |
| | | societyCreditCode: string; |
| | | /** 财政拨付金额 */ |
| | | /** 推广补贴发放金额 */ |
| | | financeToAmountStr?: string; |
| | | /** 平台拨付金额 */ |
| | | transferToAmountStr?: string; |
| | |
| | | accountName?: string; |
| | | bankNumber?: string; |
| | | bankName?: string; |
| | | /** 行号 */ |
| | | bankNo?: string; |
| | | bankResumeName?: string; |
| | | amount?: number; |
| | | remainAmount?: number; |
| | |
| | | searchKey?: string; |
| | | } |
| | | |
| | | interface GetExternalSystemNongYePayWalletOutput { |
| | | /** 户名 */ |
| | | name?: string; |
| | | /** 账号 */ |
| | | identity?: string; |
| | | /** 余额 */ |
| | | balance?: number; |
| | | signStatus?: EnumWalletSignStatus; |
| | | } |
| | | |
| | | interface GetExternalSystemPingAnPayWalletOutput { |
| | | /** 户名 */ |
| | | name?: string; |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | /** 收款单位行号 */ |
| | | incomeBankNo?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | creationTime?: string; |
| | |
| | | cooperationUrl?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 行号 */ |
| | | bankNo?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | |
| | | licenseUrl?: string; |
| | | enterpriseIsVerify?: boolean; |
| | | bankName?: string; |
| | | /** 行号 */ |
| | | bankNo?: string; |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | bankIsVerify?: boolean; |
| | |
| | | templateParamExtraData?: string; |
| | | } |
| | | |
| | | interface SaveExternalSystemNongYePayWalletInput { |
| | | /** 外部系统Id */ |
| | | externalSystemId?: string; |
| | | /** 户名 */ |
| | | name: string; |
| | | /** 账号 */ |
| | | identity: string; |
| | | } |
| | | |
| | | interface SaveExternalSystemPingAnPayWalletInput { |
| | | /** 外部系统Id */ |
| | | externalSystemId?: string; |
| | |
| | | |
| | | interface SetUserEnterpriseBankInfoInput { |
| | | bankName?: string; |
| | | bankNo?: string; |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | /** 用户Id */ |
| | |
| | | sttDesc?: string; |
| | | } |
| | | |
| | | interface StringStringSelectOption { |
| | | /** 值 */ |
| | | value?: string; |
| | | /** 标签 */ |
| | | label?: string; |
| | | /** 数据 */ |
| | | data?: string; |
| | | } |
| | | |
| | | interface SubAccountBalanceQueryInput { |
| | | /** 接收报文长度 报文数据长度;不包括附件内容、签名内容的长度,不够左补0 */ |
| | | recvLength?: number; |
| | |
| | | insureBillNo?: string; |
| | | /** 收款单位名称 */ |
| | | incomeBankAccount?: string; |
| | | /** 收款单位行号 */ |
| | | incomeBankNo?: string; |
| | | /** 收款单位账号 */ |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |