We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d615f8a commit cba7603Copy full SHA for cba7603
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java
@@ -131,6 +131,19 @@ public class ApplymentsRequest implements Serializable {
131
@SpecEncrypt
132
private IdDocInfo idDocInfo;
133
134
+ /**
135
+ * <pre>
136
+ * 字段名:经营者/法人是否为受益人
137
+ * 变量名:owner
138
+ * 是否必填:条件选填
139
+ * 类型:bool
140
+ * 描述:主体类型为企业时,需要填写:1、若经营者/法人是最终受益人,则填写:true。2、若经营者/法人不是最终受益人,则填写:false。
141
+ * 示例值:true
142
+ * </pre>
143
+ */
144
+ @SerializedName(value = "owner")
145
+ private Boolean owner;
146
+
147
/**
148
* <pre>
149
* 字段名:是否填写结算账户信息
0 commit comments