using System; using System.Collections.Generic; using System.Text; namespace AlibabaSDK.Domain { public class ExtInfo { /// /// /// public string EXmrf { get; set; } /// /// /// public string ttid { get; set; } /// /// /// public string prepaidFailure { get; set; } /// /// /// public string pay_lock { get; set; } /// /// /// public string reason { get; set; } /// /// /// public string apply_text_id { get; set; } /// /// /// public string newRefund { get; set; } /// /// /// public string bizCode { get; set; } /// /// /// public string disputeTradeStatus { get; set; } /// /// /// public string lastOrder { get; set; } /// /// /// public string seller_agreed_refund_fee { get; set; } /// /// /// public string old_reason_id { get; set; } /// /// /// public string sync { get; set; } /// /// /// public string b2b_seller_mId { get; set; } /// /// /// public string seller_batch { get; set; } /// /// /// public string itemBuyAmount { get; set; } /// /// /// public string b2b_buyer_mId { get; set; } /// /// /// public string ability { get; set; } /// /// /// public string refundPostFee { get; set; } /// /// /// public string seller_audit { get; set; } /// /// /// public string ee_trace_id { get; set; } /// /// /// public string ol_tf { get; set; } /// /// /// public string opRole { get; set; } /// /// /// public string apply_init_refund_fee { get; set; } /// /// /// public string isVirtual { get; set; } /// /// /// public string logisticsCompanyId { get; set; } /// /// /// public string itemPrice { get; set; } /// /// /// public string interceptStatus { get; set; } /// /// /// public string refundFrom { get; set; } /// /// /// public string restartForXiaoer { get; set; } /// /// /// public string appName { get; set; } /// /// /// public string abnormal_dispute_status { get; set; } /// /// /// public string payMode { get; set; } /// /// /// public string workflowName { get; set; } /// /// /// public string sgr { get; set; } /// /// /// public string enfunddetail { get; set; } /// /// /// public string sellerDoRefundNick { get; set; } /// /// /// public string bgmtc { get; set; } } public class OpOrderRefundModelsItem { /// ///申请原因ID /// public int applyReasonId { get; set; } /// /// 二级退款原因Id /// public int applySubReasonId { get; set; } /// /// 买家阿里帐号ID(包括淘宝帐号Id) /// public long buyerUserId { get; set; } /// /// 支付宝交易号 /// public string alipayPaymentId { get; set; } /// /// /// public string isCrmModifyRefund { get; set; } /// /// 退款单被拒绝的次数 /// public int rejectTimes { get; set; } /// /// /// public string isTimeOutFreeze { get; set; } /// /// 颜色/图案/款式不符 /// public string applyReason { get; set; } /// /// /// public string isInsufficientAccount { get; set; } /// /// 卖家拒绝原因Id /// public int rejectReasonId { get; set; } /// /// /// public string buyerLoginId { get; set; } /// /// 运费的实际退款金额,单位:分 /// public long refundCarriage { get; set; } /// /// /// public string isGoodsReceived { get; set; } /// /// /// public int sellerUserId { get; set; } /// /// /// public string isOnlyRefund { get; set; } /// /// /// public string status { get; set; } /// /// /// public string isRefundGoods { get; set; } /// /// /// public List refundOperationList { get; set; } /// /// /// public string isSellerDelayDisburse { get; set; } /// /// 卖家会员ID /// public string sellerMemberId { get; set; } /// /// /// public string sellerLoginId { get; set; } /// /// 修改时间 /// public string gmtModified { get; set; } /// /// /// public string isAftersaleAutoDisburse { get; set; } /// /// 售后退款要求 /// public int disputeRequest { get; set; } /// /// 纠纷类型:售中退款 售后退款,默认为售中退款 /// public int disputeType { get; set; } /// /// 退款单编号 /// public long id { get; set; } /// /// /// public string isSupportNewSteppay { get; set; } /// /// 最大能够退款金额,单位:分 /// public long canRefundPayment { get; set; } /// /// /// public string tradeTypeStr { get; set; } /// /// 运单号 /// public string freightBill { get; set; } /// /// 申请退款时间 /// public string gmtApply { get; set; } /// /// 1:买家未收到货 2:买家已收到货 3:买家已退货 /// public int goodsStatus { get; set; } /// /// 完成时间 /// public string gmtCompleted { get; set; } /// /// 买家申请退款金额,单位:分 /// public long applyPayment { get; set; } /// /// 买家退货物流公司名 /// public string buyerLogisticsName { get; set; } /// /// 退款单对应的订单编号 /// public int orderId { get; set; } /// /// /// public string isNewRefundReturn { get; set; } /// /// 运费的申请退款金额,单位:分 /// public long applyCarriage { get; set; } /// /// 创建时间 /// public string gmtCreate { get; set; } /// /// /// public string isBuyerSendGoods { get; set; } /// /// 买家会员ID /// public string buyerMemberId { get; set; } /// /// 实际冻结账户金额,单位:分 /// public long frozenFund { get; set; } /// /// 退款单逻辑主键 /// public string refundId { get; set; } /// /// /// public ExtInfo extInfo { get; set; } /// /// 实际退款金额,单位:分 /// public long refundPayment { get; set; } /// /// 产品名称(退款单关联订单明细的货品名称) /// public string productName { get; set; } /// /// /// public string success { get; set; } /// /// /// public string isAftersaleAgreeTimeout { get; set; } /// /// /// public string isInsufficientBail { get; set; } /// /// 收货人手机 /// public string sellerMobile { get; set; } /// /// 收货人姓名 /// public string sellerRealName { get; set; } /// /// 买家退货时卖家收货地址 /// public string sellerReceiveAddress { get; set; } /// /// 收货人电话 /// public string sellerTel { get; set; } } public class AlibabaRefundDetailResult { /// /// 退款单信息 /// public List opOrderRefundModels { get; set; } } }