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

com.github.binarywang.wxpay.bean.result.WxPayOrderReverseResult Maven / Gradle / Ivy

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

import com.thoughtworks.xstream.annotations.XStreamAlias;

/**
 * 
 * 撤销订单响应结果类
 * Created by Binary Wang on 2017-3-23.
 * @author binarywang(Binary Wang)
 * 
*/ @XStreamAlias("xml") public class WxPayOrderReverseResult extends WxPayBaseResult { /** *
   * 是否重调
   * recall
   * 是
   * String(1)
   * Y
   * 是否需要继续调用撤销,Y-需要,N-不需要
   * 
**/ @XStreamAlias("recall") private String isRecall; public String getIsRecall() { return this.isRecall; } public void setIsRecall(String isRecall) { this.isRecall = isRecall; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy