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

org.yes.tools.pay.module.result.Result Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy