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

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

    private String packages = "Sign=ALI";

    private String sign;

    private String prepayid;

    private String noncestr;

    private String timestamp;

    private String minipath;

    private String appScheme;

    private String miniuser;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy