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

com.github.charlemaznable.bunny.client.domain.QueryResponse Maven / Gradle / Ivy

package com.github.charlemaznable.bunny.client.domain;

import lombok.Getter;
import lombok.Setter;

/**
 * 余额查询接口 响应
 */
@Getter
@Setter
public class QueryResponse extends BunnyBaseResponse {

    /**
     * 余额计量, 表示当前服务余额的计量, 如短信条数/流量数值
     */
    private int balance;
    /**
     * 计量单位, 表示服务计量的单位, 如条/兆字节
     */
    private String unit;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy