Mailjet\Response::getBody PHP Method

getBody() public method

Status Getter return the entire response array
public getBody ( ) : array
return array
    public function getBody()
    {
        return $this->body;
    }