All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.binarywang.wxpay.bean.ecommerce.CombineTransactionsNotifyResult Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.bean.ecommerce;

import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;

/**
 * 合单支付 通知结果
 * 
 *   文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/combine/chapter3_7.shtml
 * 
*/ @Data @NoArgsConstructor public class CombineTransactionsNotifyResult implements Serializable { private static final long serialVersionUID = -4710926828683593250L; /** * 源数据 */ private NotifyResponse rawData; /** * 解密后的数据 */ private CombineTransactionsResult result; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy