| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsurancePolicyPayParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsurancePolicyStampFilesParams { |
| | | id?: string; |
| | | } |
| | |
| | | productIdNumber?: string; |
| | | /** 是否走线上流程 */ |
| | | productOnline?: boolean; |
| | | payStatus?: InsurancePolicyListPayStatusEnum; |
| | | /** 任意分批支付完成 */ |
| | | anyPayComplete?: boolean; |
| | | } |
| | | |
| | | interface GetInsurancePageOutputPageOutput { |
| | |
| | | |
| | | type InsurancePolicyAuditStatusEnum = 10 | 20 | -10; |
| | | |
| | | type InsurancePolicyListPayStatusEnum = 1 | 2; |
| | | |
| | | interface InsurancePolicyPayDto { |
| | | id?: string; |
| | | /** 订单号 */ |
| | | channelOrderNo?: string; |
| | | /** 投保单号 */ |
| | | proposalNo?: string; |
| | | /** 支付短链 */ |
| | | payUrl?: string; |
| | | /** 支付流水号 */ |
| | | payRegistrationNo?: string; |
| | | /** 保费金额 */ |
| | | sumSignPremium?: number; |
| | | status?: InsurancePolicyPayStatusEnum; |
| | | /** 保单号 */ |
| | | policyNo?: string; |
| | | /** 电子保单链接 */ |
| | | policyUrl?: string; |
| | | /** 电子保单链接 */ |
| | | policyOssUrl?: string; |
| | | /** 完成时间 */ |
| | | completionTime?: string; |
| | | /** 发票号码 */ |
| | | invoiceSerialNo?: string; |
| | | /** 发票价税合计 */ |
| | | invoicePlanFee?: number; |
| | | /** 发票下载地址 */ |
| | | invoiceDownloadUrl?: string; |
| | | /** 发票下载地址 */ |
| | | invoiceDownloadOssUrl?: string; |
| | | } |
| | | |
| | | type InsurancePolicyPayStatusEnum = 1 | 2; |
| | | |
| | | type InsurancePolicyStatusEnum = 10 | 20 | 30; |
| | | |
| | | interface InsureBatchBillDetailDto { |