| | |
| | | status?: InsureProductSettingStatusEnum; |
| | | /** 投保人数上限 */ |
| | | maxCount: number; |
| | | payerType?: InsureProductPayerType; |
| | | /** 付款人名称 */ |
| | | payerName?: string; |
| | | /** 付款人证件号 */ |
| | | payerCertNo?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | /** 江祐保自主出账关联保单id */ |
| | | insurancePolicyId?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | } |
| | | |
| | | interface CreateTempTokenInput { |
| | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | | type EnumParkBountyTradeDetailAuditType = 10 | 100; |
| | | |
| | | type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface ExportInsuranceStaffListInput { |
| | | status?: InsuranceDetailStatusEnum; |
| | |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | status?: GetEnterpriseDrawWithListOutputStatus; |
| | | checkTime?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithListOutput[]; |
| | | } |
| | | |
| | | type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30; |
| | | |
| | | interface GetEnterprisePrechargeListOutput { |
| | | id?: string; |
| | |
| | | auditRemark?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 付款人名称 */ |
| | | payerName?: string; |
| | | /** 付款人证件号 */ |
| | | payerCertNo?: string; |
| | | /** 方案代码 */ |
| | | productSchemeCode?: string; |
| | | /** 是否走线上流程 */ |
| | |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | /** 交易Id */ |
| | | transactionId?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | /** 审核时间 */ |
| | | financeAuditTime?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | |
| | | financeAuditFileUrl?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | type InsureProductPayerType = 1 | 2; |
| | | |
| | | interface InsureProductSchemeDto { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | creationTime?: string; |
| | | /** 投保人数上限 */ |
| | | maxCount?: number; |
| | | payerType?: InsureProductPayerType; |
| | | /** 付款人名称 */ |
| | | payerName?: string; |
| | | /** 付款人证件号 */ |
| | | payerCertNo?: string; |
| | | /** 是否走线上流程 */ |
| | | online?: boolean; |
| | | } |
| | |
| | | trade?: ProposalInputRequestBodyTrade; |
| | | /** 拓展节点 */ |
| | | policyExtra?: ProposalInputRequestBodyPolicyExtra[]; |
| | | policyPayer?: ProposalInputRequestBodyPolicyPayer; |
| | | } |
| | | |
| | | interface ProposalInputRequestBodyCommonPlan { |
| | |
| | | startTime?: string; |
| | | /** 保单止期(可选,批量出单必须) */ |
| | | endTime?: string; |
| | | } |
| | | |
| | | interface ProposalInputRequestBodyPolicyPayer { |
| | | /** 是否与投保人一致 */ |
| | | sameWithHolder?: string; |
| | | /** 付款人类型 */ |
| | | payerType?: string; |
| | | /** 付款人名称 */ |
| | | payerName?: string; |
| | | /** 付款人证件类型 */ |
| | | payerCertType?: string; |
| | | /** 付款人证件号 */ |
| | | payerCertNo?: string; |
| | | } |
| | | |
| | | interface ProposalInputRequestBodyTrade { |
| | |
| | | financeAuditOperator?: string; |
| | | /** 财务审核操作人Id */ |
| | | financeAuditOperatorId?: string; |
| | | /** 交易Id */ |
| | | transactionId?: string; |
| | | } |
| | | |
| | | interface SyncParkBountyApplyTradeTransactionInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | /** 交易Id */ |
| | | transactionId?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | } |
| | | |
| | | interface SyncUserAmountInput { |