|  |  | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     /** 渠道名称 */ | 
 |  |  |     channelName?: string; | 
 |  |  |     /** 运营商 */ | 
 |  |  |     operator?: string; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     orderNo?: string; | 
 |  |  | 
 |  |  |     acoolyOrderNo?: string; | 
 |  |  |     acoolyStatus?: ACOOLYStatusEnum; | 
 |  |  |     lifePayRefundStatus?: LifePayRefundStatusEnum; | 
 |  |  |     /** 订单参数详情 */ | 
 |  |  |     orderParamDetailJsonStr?: string; | 
 |  |  |     /** 实际到账金额 */ | 
 |  |  |     actualReceivedAmount?: number; | 
 |  |  |     actualReceivedStatus?: LifePayStatusEnum; | 
 |  |  | 
 |  |  |     error?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LogFrontInput { | 
 |  |  |     userId?: string; | 
 |  |  |     message?: string; | 
 |  |  |     url?: string; | 
 |  |  |     requestTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MethodParameterApiDescriptionModel { | 
 |  |  |     name?: string; | 
 |  |  |     typeAsString?: string; |