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

com.gitee.target123.develop.pay.ali.AliPayProperties Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.gitee.target123.develop.pay.ali;

public class AliPayProperties {

    private String appId;
    private String sellerId;
    private String privateKey;
    private String publicKey;

    public String getAppId() {
        return appId;
    }

    public void setAppId(String appId) {
        this.appId = appId;
    }

    public String getSellerId() {
        return sellerId;
    }

    public void setSellerId(String sellerId) {
        this.sellerId = sellerId;
    }

    public String getPrivateKey() {
        return privateKey;
    }

    public void setPrivateKey(String privateKey) {
        this.privateKey = privateKey;
    }

    public String getPublicKey() {
        return publicKey;
    }

    public void setPublicKey(String publicKey) {
        this.publicKey = publicKey;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy