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

cn.binarywang.wx.miniapp.bean.shop.WxMaShopAddressInfo Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.shop;

import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import lombok.Data;

/**
 * @author leiin
 * created on  2021/3/23
 */
@Data
public class WxMaShopAddressInfo implements Serializable {
  private static final long serialVersionUID = 1180506593111279857L;

  /**
   * 收件人姓名
   * 
   * 是否必填:是
   * 
*/ @SerializedName("receiver_name") private String receiverName; /** * 详细收货地址信息 *
   * 是否必填:是
   * 
*/ @SerializedName("detailed_address") private String detailedAddress; /** * 收件人手机号码 *
   * 是否必填:是
   * 
*/ @SerializedName("tel_number") private String telNumber; /** * 国家 *
   * 是否必填:否
   * 
*/ @SerializedName("country") private String country; /** * 省份 *
   * 是否必填:否
   * 
*/ @SerializedName("province") private String province; /** * 城市 *
   * 是否必填:否
   * 
*/ @SerializedName("city") private String city; /** * 乡镇 *
   * 是否必填:否
   * 
*/ @SerializedName("town") private String town; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy