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

com.github.freegeese.weixin.pay.wxa.dto.WxaPayResultNotifyResponse Maven / Gradle / Ivy

The newest version!
package com.github.freegeese.weixin.pay.wxa.dto;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.Data;
@Data
@XStreamAlias("xml")
public class WxaPayResultNotifyResponse {
	private String return_code;
	private String return_msg;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy