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

com.github.seratch.jslack.api.methods.response.team.TeamBillableInfoResponse Maven / Gradle / Ivy

package com.github.seratch.jslack.api.methods.response.team;

import com.github.seratch.jslack.api.methods.SlackApiResponse;
import com.github.seratch.jslack.api.model.BillableInfo;
import lombok.Data;

import java.util.Map;

@Data
public class TeamBillableInfoResponse implements SlackApiResponse {

    private boolean ok;
    private String warning;
    private String error;
    private String needed;
    private String provided;

    private Map billableInfo;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy