File tree Expand file tree Collapse file tree
src/SKIT.FlurlHttpClient.Wechat.TenpayV3/Models/CombineTransactions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,20 @@ public class Settlement
7070 [ System . Text . Json . Serialization . JsonPropertyName ( "sub_appid" ) ]
7171 public string ? SubAppId { get ; set ; }
7272
73+ /// <summary>
74+ /// 获取或设置商品单个人收款方受理授权 ID。
75+ /// </summary>
76+ [ Newtonsoft . Json . JsonProperty ( "individual_auth_id" ) ]
77+ [ System . Text . Json . Serialization . JsonPropertyName ( "individual_auth_id" ) ]
78+ public string ? IndividualAuthId { get ; set ; }
79+
80+ /// <summary>
81+ /// 获取或设置商品单个人收款方平台昵称。
82+ /// </summary>
83+ [ Newtonsoft . Json . JsonProperty ( "individual_name" ) ]
84+ [ System . Text . Json . Serialization . JsonPropertyName ( "individual_name" ) ]
85+ public string ? IndividualName { get ; set ; }
86+
7387 /// <summary>
7488 /// 获取或设置附加数据。
7589 /// </summary>
Original file line number Diff line number Diff line change @@ -115,6 +115,20 @@ public class Amount
115115 [ System . Text . Json . Serialization . JsonPropertyName ( "bank_type" ) ]
116116 public string ? BankType { get ; set ; }
117117
118+ /// <summary>
119+ /// 获取或设置商品单个人收款方受理授权 ID。
120+ /// </summary>
121+ [ Newtonsoft . Json . JsonProperty ( "individual_auth_id" ) ]
122+ [ System . Text . Json . Serialization . JsonPropertyName ( "individual_auth_id" ) ]
123+ public string ? IndividualAuthId { get ; set ; }
124+
125+ /// <summary>
126+ /// 获取或设置商品单个人收款方平台昵称。
127+ /// </summary>
128+ [ Newtonsoft . Json . JsonProperty ( "individual_name" ) ]
129+ [ System . Text . Json . Serialization . JsonPropertyName ( "individual_name" ) ]
130+ public string ? IndividualName { get ; set ; }
131+
118132 /// <summary>
119133 /// 获取或设置附加数据。
120134 /// </summary>
You can’t perform that action at this time.
0 commit comments