Package com.slack.api.model
Class BillableInfo
java.lang.Object
com.slack.api.model.BillableInfo
public class BillableInfo extends Object
-
Constructor Summary
Constructors Constructor Description BillableInfo()
-
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isBillingActive()
void
setBillingActive(boolean billingActive)
String
toString()
-
Constructor Details
-
BillableInfo
public BillableInfo()
-
-
Method Details