|
|
@ -6,66 +6,45 @@ namespace Jd.Api.Request |
|
|
|
{ |
|
|
|
public class PopAfsSoaRefundapplyQueryPageListRequest : JdRequestBase<PopAfsSoaRefundapplyQueryPageListResponse> |
|
|
|
{ |
|
|
|
public string |
|
|
|
ids |
|
|
|
public string ids |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public Nullable<long> |
|
|
|
status |
|
|
|
public Nullable<long> status |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
orderId |
|
|
|
public string orderId |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
buyerId |
|
|
|
public string buyerId |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
buyerName |
|
|
|
public string buyerName |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
applyTimeStart |
|
|
|
public string applyTimeStart |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
applyTimeEnd |
|
|
|
public string applyTimeEnd |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
checkTimeStart |
|
|
|
public string checkTimeStart |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
checkTimeEnd |
|
|
|
public string checkTimeEnd |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public Nullable<int> |
|
|
|
pageIndex |
|
|
|
public Nullable<int> pageIndex |
|
|
|
{ get; set; } |
|
|
|
|
|
|
|
public Nullable<int> |
|
|
|
pageSize |
|
|
|
{get; set;} |
|
|
|
public Nullable<int> pageSize { get; set; } |
|
|
|
|
|
|
|
public Nullable<long> |
|
|
|
storeId |
|
|
|
{get; set;} |
|
|
|
public Nullable<long> storeId { get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
openIdBuyer |
|
|
|
{get; set;} |
|
|
|
public string openIdBuyer { get; set; } |
|
|
|
|
|
|
|
public string |
|
|
|
xidBuyer |
|
|
|
{get; set;} |
|
|
|
public string xidBuyer { get; set; } |
|
|
|
|
|
|
|
public override string ApiName |
|
|
|
{ |
|
|
|
get{return "jingdong.pop.afs.soa.refundapply.queryPageList";} |
|
|
|
} |
|
|
|
public override string ApiName { get { return "jingdong.pop.afs.soa.refundapply.queryPageList"; } } |
|
|
|
protected override void PrepareParam(IDictionary<String, Object> parameters) |
|
|
|
{ |
|
|
|
parameters.Add("ids", this.ids |
|
|
|