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

com.github.binarywang.wxpay.bean.order.WxPayMwebOrderResult Maven / Gradle / Ivy

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

import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;

/**
 * 
 * 微信H5支付统一下单后发起支付拼接所需参数实现类.
 * Created by Binary Wang on 2018-4-21.
 * 
* * @author Binary Wang */ @Data @AllArgsConstructor @NoArgsConstructor public class WxPayMwebOrderResult implements Serializable { private static final long serialVersionUID = 8866329695767762066L; @XStreamAlias("mwebUrl") private String mwebUrl; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy