All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.binarywang.wxpay.bean.complaint.ComplaintDetailRequest Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.bean.complaint;

import com.google.gson.annotations.SerializedName;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;

/**
 * 微信消费者投诉2.0
 * 查询投诉单详情请求实体
 *
 * @author jmdhappy
 * created on  2022-3-19
 */
@Data
@Builder(builderMethodName = "newBuilder")
@NoArgsConstructor
@AllArgsConstructor
public class ComplaintDetailRequest implements Serializable {

  private static final long serialVersionUID = 3244929701614280801L;

  /**
   * 
   * 字段名:投诉单号
   * 是否必填:是
   * 描述:投诉单对应的投诉单号
   * 
*/ @SerializedName("complaint_id") private String complaintId; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy