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

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

There is a newer version: 4.6.9.B
Show newest version
package com.github.binarywang.wxpay.bean.order;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy