org.yes.tools.pay.module.result.Result Maven / Gradle / Ivy
package org.yes.tools.pay.module.result;
import lombok.Data;
@Data
public class Result {
private String merName;
private String mid;
private T appPayRequest;
private T miniPayRequest;
private String tid;
private String srcReserve;
private int totalAmount;
private String responseTimestamp;
private String errCode;
private String merOrderId;
private String refundOrderId;
private String targetSys;
private String refundStatus;
}