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

me.chanjar.weixin.channel.bean.fund.AccountInfoResponse Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.NoArgsConstructor;
import me.chanjar.weixin.channel.bean.base.WxChannelBaseResponse;

/**
 * 账户信息响应
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class AccountInfoResponse extends WxChannelBaseResponse {

  private static final long serialVersionUID = -8316068503468969533L;
  /** 账户信息 */
  @JsonProperty("account_info")
  private AccountInfo accountInfo;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy