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 03a88aa commit 0345d62Copy full SHA for 0345d62
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayUnifiedOrderRequest.java
@@ -302,6 +302,19 @@ public class WxPayUnifiedOrderRequest extends BaseWxPayRequest {
302
@XStreamAlias("sub_openid")
303
private String subOpenid;
304
305
+ /**
306
+ * <pre>
307
+ * 字段名:电子发票入口开放标识.
308
+ * 变量名: receipt
309
+ * 是否必填:否
310
+ * 类型:String(8)
311
+ * 示例值:Y
312
+ * 描述: Y,传入Y时,支付成功消息和支付详情页将出现开票入口。需要在微信支付商户平台或微信公众平台开通电子发票功能,传此字段才可生效
313
+ * </pre>
314
+ */
315
+ @XStreamAlias("receipt")
316
+ private String receipt;
317
+
318
/**
319
* <pre>
320
* 字段名:场景信息.
0 commit comments