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

me.chanjar.weixin.channel.bean.message.fund.BankNotifyInfo Maven / Gradle / Ivy

There is a newer version: 4.7.1.B
Show newest version
package me.chanjar.weixin.channel.bean.message.fund;

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

/**
 * 账户信息
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class BankNotifyInfo implements Serializable {

  private static final long serialVersionUID = 4192569196686180014L;
  /** 结算账户变更事件, 1.修改结算账户 */
  @JsonProperty("event")
  @JacksonXmlProperty(localName = "event")
  private Integer event;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy