mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #2547【微信支付】二级商户进件接口增加owner字段
This commit is contained in:
parent
d615f8af59
commit
cba7603ee2
@ -131,6 +131,19 @@ public class ApplymentsRequest implements Serializable {
|
||||
@SpecEncrypt
|
||||
private IdDocInfo idDocInfo;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 字段名:经营者/法人是否为受益人
|
||||
* 变量名:owner
|
||||
* 是否必填:条件选填
|
||||
* 类型:bool
|
||||
* 描述:主体类型为企业时,需要填写:1、若经营者/法人是最终受益人,则填写:true。2、若经营者/法人不是最终受益人,则填写:false。
|
||||
* 示例值:true
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "owner")
|
||||
private Boolean owner;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 字段名:是否填写结算账户信息
|
||||
|
Loading…
Reference in New Issue
Block a user