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

org.yes.tools.pay.module.result.CToBPayResult 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 CToBPayResult {
    private String qrCodeId;

    private String errMsg;

    private String mid;

    private String billDate;

    private String tid;

    private String instMid;

    private String srcReserve;

    private String responseTimestamp;

    private String errCode;

    private String billNo;

    private String billQRCode;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy