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

cn.jsms.api.account.AppBalanceResult Maven / Gradle / Ivy

package cn.jsms.api.account;

import cn.jiguang.common.resp.BaseResult;
import com.google.gson.annotations.Expose;

public class AppBalanceResult extends BaseResult {

    @Expose int app_balance;

    public int getAppBalance() {
        return app_balance;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy