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

me.chanjar.weixin.channel.bean.after.RefundResp Maven / Gradle / Ivy

package me.chanjar.weixin.channel.bean.after;

import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * 退款结果
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class RefundResp implements Serializable {

  private static final long serialVersionUID = 6549707043779644156L;
  /** code */
  @JsonProperty("code")
  private String code;

  /** ret */
  @JsonProperty("ret")
  private Integer ret;

  /** message */
  @JsonProperty("message")
  private String message;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy