BillableGroup
Defines the billable group's properties
Table of Contents
- $billable : bool|null
 - true if the group is billable
 - $maxPrototypeAllowed : int|null
 - Number of prototypes allowed. Accessible only for groups under SO
 - $technicalEmail : string|null
 - The technical contact email
 - getBillable() : bool
 - Getter for billable
 - getMaxPrototypeAllowed() : int
 - Getter for maxPrototypeAllowed
 - getTechnicalEmail() : string
 - Getter for technicalEmail
 - setBillable() : static
 - Setter for billable
 - setMaxPrototypeAllowed() : static
 - Setter for maxPrototypeAllowed
 - setTechnicalEmail() : static
 - Setter for technicalEmail
 
Properties
$billable
true if the group is billable
    protected
        bool|null
    $billable
     = null
    
    
    
$maxPrototypeAllowed
Number of prototypes allowed. Accessible only for groups under SO
    protected
        int|null
    $maxPrototypeAllowed
     = null
    
    
    
$technicalEmail
The technical contact email
    protected
        string|null
    $technicalEmail
     = null
    
    
    
Methods
getBillable()
Getter for billable
    public
                getBillable() : bool
    
    
    
        Return values
bool —true if the group is billable
getMaxPrototypeAllowed()
Getter for maxPrototypeAllowed
    public
                getMaxPrototypeAllowed() : int
    
    
    
        Return values
int —Number of prototypes allowed. Accessible only for groups under SO
getTechnicalEmail()
Getter for technicalEmail
    public
                getTechnicalEmail() : string
    
    
    
        Return values
string —The technical contact email
setBillable()
Setter for billable
    public
                setBillable(bool $billable) : static
    
        Parameters
- $billable : bool
 - 
                    
true if the group is billable
 
Return values
static —To use in method chains
setMaxPrototypeAllowed()
Setter for maxPrototypeAllowed
    public
                setMaxPrototypeAllowed(int $maxPrototypeAllowed) : static
    
        Parameters
- $maxPrototypeAllowed : int
 - 
                    
Number of prototypes allowed. Accessible only for groups under SO
 
Return values
static —To use in method chains
setTechnicalEmail()
Setter for technicalEmail
    public
                setTechnicalEmail(string $technicalEmail) : static
    
        Parameters
- $technicalEmail : string
 - 
                    
The technical contact email
 
Return values
static —To use in method chains