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

me.chanjar.weixin.mp.bean.invoice.merchant.MerchantInvoicePlatformInfo Maven / Gradle / Ivy

There is a newer version: 4.6.9.B
Show newest version
package me.chanjar.weixin.mp.bean.invoice.merchant;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

import java.io.Serializable;

/**
 * 商户的开票平台信息
 *
 * @author Mario Luo
 */
@Data
public class MerchantInvoicePlatformInfo implements Serializable {
  private static final long serialVersionUID = -2388214622725430530L;

  /**
   * 微信支付商户号
   */
  private String mchid;

  /**
   * 为该商户提供开票服务的开票平台 id ,由开票平台提供给商户
   */
  @SerializedName("s_pappid")
  private String sPappid;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy