Skip to content

Commit

Permalink
🎨 #2547【微信支付】二级商户进件接口增加owner字段
Browse files Browse the repository at this point in the history
shenshb808 authored Feb 28, 2022
1 parent d615f8a commit cba7603
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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>
* 字段名:是否填写结算账户信息

0 comments on commit cba7603

Please sign in to comment.