shanji 3 years ago
parent
commit
5566987480
  1. 51
      BBWY.JDSDK/Request/PopAfsSoaRefundapplyQueryPageListRequest.cs

51
BBWY.JDSDK/Request/PopAfsSoaRefundapplyQueryPageListRequest.cs

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

Loading…
Cancel
Save