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

com.github.freegeese.weixin.pay.native0.dto.NativeOrderQueryRequest Maven / Gradle / Ivy

The newest version!
package com.github.freegeese.weixin.pay.native0.dto;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.Data;
@Data
@XStreamAlias("xml")
public class NativeOrderQueryRequest {
	private String appid;
	private String mch_id;
	private String transaction_id;
	private String out_trade_no;
	private String nonce_str;
	private String sign;
	private String sign_type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy